A simple c-like programming interpreter
Scanner => Parser => AST => InterCode
Source => DFA => Token
Token => BNF => AST
AST => Semantic analysis => InterCode
Catchunittest framework which path is "./test/src"test example codepath is'./test/src'
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A simple c-like programming interpreter
Scanner => Parser => AST => InterCode
Source => DFA => Token
Token => BNF => AST
AST => Semantic analysis => InterCode
Catch unittest framework which path is "./test/src"test example code path is './test/src'sub-c compiler for learning