搜索资源列表
TPaxCompilerV2_4_03
- paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
HB
- 汇编语言解释器c++代码,基于面向对象实现。代码较简单,适合初学者,-Assembly language interpreter c++ code, based on object-oriented implementation. The code is relatively simple, suitable for beginners,
json
- a、 完成json 基本结构(键值对、对象、数组、字符串)的解析;(10 分) b、 完成对true、false、null、整数的解析;(5 分) c、 完成浮点数的解析;(5 分) d、 完成科学计数法表示的数的解析;(5 分); e、 完成json 文本的格式化。添加一个命令行参数-pretty,对于文件*.json,如果解析成功, 那么将格式化后的json 输出到另一个文件*.pretty.json 中。(5 分) test 目录下的e 目录下,有一个乱序的country.js
bianyi
- 一个简单的c语言编译器,词法分析 语法分析 符号表 中间代码生成(lexical analyzer symbol table ,gramm analysis object code)