-
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。...
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。-It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
- 2022-05-12 13:38:11下载
- 积分:1
-
一个简单的编译器,词法分析,语法分析,代码生成
一个简单的编译器,有词法分析,语法分析,代码生成-a simple compiler, lexical analysis, grammar analysis, code generation
- 2022-04-16 04:53:04下载
- 积分:1
-
C++ / TCL
C++/Tcl
A C++ library for interoperability between C++ and Tcl
Welcome to the C++/Tcl library!
This library was written for C++ and Tcl programmers.
It was inspired by the Boost.Python library and was deliberately designed to provide a similar interface, taking into account the limitations of Tcl.
The C++/Tcl library offers the following features:
Support for both extending Tcl with C++ modules and embedding Tcl in C++ applications.
Possibility to expose free C++ functions as commands in Tcl.
Possibility to define classes and class member functions, visible in Tcl in the style similar to SWIG wrappers.
Possibility to manipulate Tcl lists and objects from the C++ code.-C++/Tcl
A C++ library for interoperability between C++ and Tcl
Welcome to the C++/Tcl library!
This library was written for C++ and Tcl programmers.
It was inspired by the Boost.Python library and was deliberately designed to provide a similar interface, taking
- 2022-07-02 08:21:49下载
- 积分:1
-
词法分析,是一个一个单词的分析
词法分析,是一个一个单词的分析- The lexical analysis, is one by one the word analysis
- 2022-03-17 10:53:17下载
- 积分:1
-
使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。...
使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。-use Java language Small Basic language interpreter. Including the two major subsystems : an expression interpreter is responsible for handling digital expression; Another interpreter, responsible for the actual implementation process.
- 2022-04-11 19:06:50下载
- 积分:1
-
search function through linked list using binary search method
search function through linked list using binary search method
- 2023-07-30 22:20:02下载
- 积分:1
-
录入合法的LL(1)文法,将输出LL(1)预测分析表
录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to
forecast the analytical table
- 2022-01-28 04:07:52下载
- 积分:1
-
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序...
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
- 2022-07-10 00:33:31下载
- 积分:1
-
ll1的词法分析实现,没有短语分析,只是确定是不是LL1文法.
ll1的词法分析实现,没有短语分析,只是确定是不是LL1文法.-ll1 achieve the lexical analysis, no phrase, is not only determined LL1 grammar.
- 2022-03-11 02:02:20下载
- 积分:1
-
Basic语言解释器.zip
Basic语言解释器.zip-Basic language interpreter. Zip
- 2022-01-26 05:32:37下载
- 积分:1