/Toy_Compiler

The source code of a tiny cpp compiler

Primary LanguageC++

C++ Toy Compiler

A toy compiler, which mainly includes two steps: lexical analysis and syntactic analysis.