文件名称:200704241154530
介绍说明--下载内容均来自于网络,请自行研究使用
我实现了一个用C++实现的脚本解释器。
该脚本只支持函数式编程,也就是说该脚本只能有function组成。支持数组,支持list文法(参考自LUA)。
-I implemented a C++, using a scr ipt interpreter. The scr ipt only supports functional programming, a function that is composed of the scr ipt only. Array support, support for list Grammar (Reference from LUA).
该脚本只支持函数式编程,也就是说该脚本只能有function组成。支持数组,支持list文法(参考自LUA)。
-I implemented a C++, using a scr ipt interpreter. The scr ipt only supports functional programming, a function that is composed of the scr ipt only. Array support, support for list Grammar (Reference from LUA).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
script\hanio.out.txt
......\hanoi.scp
......\native_function.cpp
......\native_function.h
......\queen.out.txt
......\queen.scp
......\Script.cpp
......\Script.exe
......\script.h
......\scripttreedef.h
......\script_concepts.h
......\script_function.h
......\script_objects.h
......\script_value.h
......\test.scp
......\test_objects.cpp
......\test_objects.h
script
......\hanoi.scp
......\native_function.cpp
......\native_function.h
......\queen.out.txt
......\queen.scp
......\Script.cpp
......\Script.exe
......\script.h
......\scripttreedef.h
......\script_concepts.h
......\script_function.h
......\script_objects.h
......\script_value.h
......\test.scp
......\test_objects.cpp
......\test_objects.h
script