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.
ProgrammingLanguages
:electric_plug: Programming Languages, Abstract Syntax Tree, Functiona...
1 2 2
Assignment_2020_COMP
Compilers' assignment of a programming language named UC using Lex, Ya...
0 2 2
analyzing-and-transforming-abstract-syntax
Python's built-in libraries include powerful tools for retrieving and...
1 2 2
GCCTranslationUnitParser
This is a parser that I created using ANTLR. This parses the translati...
0 2 2