搜索资源列表
cinterp
- 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com
interpreter_of_little_C
- 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!-Using C language made a smal
C0Compiler
- 用c++开发的一个小小的解释器,适合初学者学习编译原理有帮助!-C++ development with a small interpreter for beginners to learn the principle of compiled help!
basic
- 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program code
eliza
- 一个小型的BASIC解释器及全部C源程序代码-c language
LuaJIT
- 采用C语言写的Lua的解释器的代码,经过汇编优化,比Lua原始版执行效率更高! -Using C language interpreter written in Lua code, after compilation of optimized than the original version of the implementation of more efficient Lua!
C-language-WordAnalyse
- C语言词法分析器,本C++代码实现了对C语言的分析。是C语言的解释器。-C language lexical analyzer, the C++ code analysis for C language. Is a C language interpreter.
lua5.2.1
- lua5.2.1 最新版本 非常好的脚步引擎 巴西人C语音写的 快 狠 准 超牛脚本解释器-the lua5.2.1 latest version is very good the footsteps engine scr ipt interpreter
LISPinterpretr-in-c
- 用BCB编程的LisP解释器可直接在线输入,包含程序源码-BCB programming LISP interpreter can be directly entered online, including program source code
minic_interpreter
- 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
CInterprter
- 终于重头开始写完自己的解释器了,中途多次改变了实现机理,多次改变采用的结构体,最终实现了轻便快速的类C解释器。程序很好理解,对刚开始写解释器的朋友很有帮助,可以学习其中的实现方式和一些比较好的想法。程序还不完善,可以自己修改。-Finally start to finish his explanation, repeatedly changed the implement mechanism in the Middle, change multiple times using structs,
PL0Compiler-C
- PL/0编译器C++/C版本 1. 测试文件必须是以testin.pl0命名的文件。 2. 成功运行测试程序后,会生成testout.txt的文件,里面包括代码、指令和运行结果。 3、First.cpp--只包含词法语法分析,Error.cpp--加入了出错处理,All.cpp--包含代码生成和解释程序,是完整编译器。-请键入文字或网站地址,或者上传文档。 取消 PL/0 biānyì qì C++/C bǎnběn 1. Cèshì wénjiàn bìxū shì yǐ
UNDER-C
- 著名的under c c语言解释器,可以做虚拟机-under c
C-interpreter-Picoc-2.1
- Picoc是google开源代码项目中看到的一个项目,其初衷貌似是要做一个在小的嵌入设备上的C解释器。它的核心代码只有3500行左右,可读性不错,虽然没有实现完整的ISO C标准,基本的C运行库还是具备了。-Picoc is a very small c interpreter.
build-your-own-lisp
- 利用C语言完成一个高效的lisp解释器。(Using C to complete LISP interpreter)
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
Task1
- 使用Java实现的C语言的简单CMM语言解释器(Java implements the CMM language interpreter)
write-a-C-interpreter-master
- c语言编译器解释器用于简单的c语言编译器的编译,主要用于初学者的简单的编译器(C language compiler interpreter)
Interpreter
- 编译原理课程中函数绘图语言的解释器的C#实现(implementation of interpreter in C#)
interpreting Lisp
- 一个非常简单的c语言实现的lisp的解释器的源码,供学习之用(A very simple C language implementation of the LISP interpreter source code for learning)