项目作者: 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
创建时间: 2016-05-25T08:04:08Z
项目社区:https://github.com/PatwinchIR/d_d_Compiler

开源协议:

下载


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.