syntax-tree topic
Astview
Astview is a graphical viewer for abstract syntax trees
c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
Concrete-Syntax-Tree
Concrete Syntax Trees represent s-expressions with source information
Defect-Prediction
Defect prediction of java projects using neural networks.
RegexToDFA
converting regex (regular expression) to DFA directly by creating syntax tree in java
Rossynt
Roslyn syntax tree viewer for C#. Works on JetBrains Rider and all other IntelliJ IDEA-based IDEs.
unified-args
Create CLIs for unified processors
metric-parser
:scroll: AST-based advanced mathematical parser written by Typescript.
DSL
A minimal, Turing-complete, Domain-Specific Language; simple text editor with an interpreter, Abstract Syntax Tree and reduced Control Flow Graph graphical generator.