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 86 public repositories matching this topic...
A small MongoDB Interpreter created with C .
-
Updated
Feb 4, 2016 - C
Core shell scripting language design and interpreter proposed for HelenOS's BDSH shell system. Includes prototype implementation using AST and provision for lightweight object code for BeagleBoards
-
Updated
Apr 26, 2017 - C
Get the objective-c call-hierarchy information of an Xcode project using libClang
-
Updated
Nov 30, 2017 - C
4️⃣ 2️⃣ The return of the Vengeance from the past!
-
Updated
Feb 6, 2018 - C
More or less advanced calculator using Flex and Bison
-
Updated
Feb 1, 2020 - C
Reveal what can found inside Ruby
-
Updated
Mar 10, 2020 - C
Compiler lab submissions
-
Updated
Mar 29, 2020 - C
Fast incremental parsing using piece table and tree-sitter to generate syntax tree
-
Updated
May 12, 2020 - C
- Followers
- 11k followers
- Website
- github.com/topics/parsing
- Wikipedia
- Wikipedia