Most popular ast repositories and open source projects
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.
babel-plugin-no-side-effect-class-properties
This plugin transforms static class properties so that side effects do...
0 10 10
write_your_dynamic_language_runtime
How to write interpreters or dynamic compilers for dynamically typed l...
6 10 10
chocopy-python-compiler
Ahead-of-time compiler for Chocopy, a subset of Python 3. Built in Pyt...
0 10 10