文件名称:CInterprter
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-11-27
- 文件大小:
- 142kb
- 下载次数:
- 0次
- 提 供 者:
- 范*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
终于重头开始写完自己的解释器了,中途多次改变了实现机理,多次改变采用的结构体,最终实现了轻便快速的类C解释器。程序很好理解,对刚开始写解释器的朋友很有帮助,可以学习其中的实现方式和一些比较好的想法。程序还不完善,可以自己修改。-Finally start to finish his explanation, repeatedly changed the implement mechanism in the Middle, change multiple times using structs, ultimately achieving a light quick class c interpreter. Program is easy to understand, the friend had just started to write the interpreter is very helpful and can learn one of implementation and some good ideas. Program is a work in progress, and can modify.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CInterprter\base.h
...........\cell_evaluation.cpp
...........\cell_evaluation.h
...........\CInterprter.dsp
...........\CInterprter.dsw
...........\CInterprter.ncb
...........\CInterprter.opt
...........\CInterprter.plg
...........\c_hash.cpp
...........\c_hash.h
...........\Debug\CInterprter.exe
...........\.....\example.txt
...........\.....\example1.txt
...........\.....\tempScript.js
...........\ExpressionTrans.cpp
...........\ExpressionTrans.h
...........\mem_string.cpp
...........\mem_string.h
...........\OpObj_Pool.cpp
...........\OpObj_Pool.h
...........\op_object.h
...........\run_times.cpp
...........\run_times.h
...........\Scanner.cpp
...........\Scanner.h
...........\stack.h
...........\TokenContainer.cpp
...........\TokenContainer.h
...........\transfer.cpp
...........\transfer.h
...........\use_main.cpp
...........\Debug
CInterprter