项目作者: PatwinchIR
项目描述 :
PASCAL subset compiler. The grammar is included. a sample txt source file are also included.
高级语言: C
项目地址: git://github.com/PatwinchIR/d_d_Compiler.git
d_d_Compiler
PASCAL subset compiler. The grammar is included. a sample txt source file are also included.
The grammar is based on LR(1). instead using yacc’s compressed parsing table, to make things easier and clearer, directly stored the parser table in a 2D array.