syntax-analysis topic

List syntax-analysis repositories

RegexToDFA

31
Stars
15
Forks
Watchers

converting regex (regular expression) to DFA directly by creating syntax tree in java

pascal-interpreter

33
Stars
1
Forks
Watchers

A simple interpreter for a large subset of Pascal language written for educational purposes

EasyCC-CPP

23
Stars
3
Forks
Watchers

Easy Compiler Compiler written in C++

Nand2Tetris

32
Stars
13
Forks
Watchers

Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.

basic-interpreter

15
Stars
6
Forks
Watchers

Basic Interpreter for C like language written in Java

Highlights

58
Stars
2
Forks
Watchers

Kotlin Multiplatform (KMM) syntax highlighting engine

CppCompiler

16
Stars
2
Forks
Watchers

A C# application that simulates the important workflow of a C++ compiler, continuous updating ...

RoslynSyntaxTool

40
Stars
5
Forks
Watchers

此工具能将C#代码,转换成使用语法工厂构造器(SyntaxFactory)生成等效语法树代码

CuriousX

26
Stars
3
Forks
Watchers

A simple miniature Compiler

sqlinjection-detect

54
Stars
14
Forks
Watchers

SQL injection detection engine built on of SQL tokenizing and syntax analysis written in C