NQL解析器生成器与OQL查询处理系统
A basic Parser Generator for an OQL like language. To compile and build the executable o
本专区汇聚了各类基于 语法树 开发的源码资源,共计 9 篇资源供开发者免费下载学习。
A basic Parser Generator for an OQL like language. To compile and build the executable o
编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle L
编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left rec
delphi实现的sql解析器,可以对各种sql语句进行解析,产生语法树。-realize the sql parser delphi can parse the various
Still under construction! Links point to VisualLangLab (on java.net) temporarily Visua
lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树-lr(0),parsing, interface is beautiful,use c++,can create s
本程序是编绎原理实验中一个关于语法树生成过程的程序,采用VC++编写,界面友好,只要输入一个数学表达式,就会生成该表达式的语法树过程-This procedure is a ser
Context-free grammars are created using an editor. They are then tested interactively usi