#
ast
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 1,454 public repositories matching this topic...
-
Updated
Oct 7, 2022 - TypeScript
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Oct 3, 2022 - TypeScript
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
-
Updated
Mar 31, 2022 - JavaScript
Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
-
Updated
Oct 7, 2022 - PHP
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
-
Updated
Sep 7, 2022 - JavaScript
A web tool to explore the ASTs generated by various parsers.
-
Updated
Oct 6, 2022 - JavaScript
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
java
parser
code-generator
code-analysis
ast
javadoc
syntax-tree
code-generation
javaparser
abstract-syntax-tree
javasymbolsolver
-
Updated
Oct 6, 2022 - Java
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
mysql
java
parser
paypal
sql
postgresql
oracle
ast
statement
hierarchy
sqlserver
sql-statement
jsqlparser
-
Updated
Sep 28, 2022 - Java
GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.
-
Updated
Aug 1, 2022 - JavaScript
-
Updated
Oct 7, 2022 - TypeScript
-
Updated
Jun 19, 2022 - JavaScript
TypeScript Compiler API wrapper for static analysis and programmatic code changes.
-
Updated
Oct 5, 2022 - TypeScript
Expression language for Go
go
bytecode
engine
ast
expression
expr
evaluator
expression-evaluator
expression-language
configuration-language
bytecode-virtual-machine
-
Updated
Oct 7, 2022 - Go
ESDoc - Good Documentation for JavaScript
-
Updated
Jun 23, 2022 - JavaScript
A parser library for Go
-
Updated
Oct 5, 2022 - Go
- Wikipedia
- Wikipedia