文件名称:ctalk-121
介绍说明--下载内容均来自于网络,请自行研究使用
C-Talk is interpreted scr ipting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector. -C-Talk is interpreted scr ipting language with C-like syntax and dynamic type checking. V ariables in C-Talk have no type. So there is no co mpile time type checking in C-Talk, all checking is performed at runtime. To preser 've reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 35738642ctalk-121.zip 列表 ctalk/ ctalk/CHANGES ctalk/compiler.cpp ctalk/compiler.h ctalk/ctalk.cpp ctalk/ctalk.exp ctalk/ctalk.h ctalk/ctalk.html ctalk/ctalk.lib ctalk/ctalk.txt ctalk/ctkparser.cpp ctalk/ctkparser.h ctalk/Hello.ctk ctalk/make.bat ctalk/makefile ctalk/makefile.mvc ctalk/memmgr.cpp ctalk/memmgr.h ctalk/Module.ctk ctalk/msgbox.ctk ctalk/msgbox1.ctk ctalk/msgbox2.ctk ctalk/mydll.cpp ctalk/mydll.ctk ctalk/mymodule.ctk ctalk/parser.y ctalk/scanner.cpp ctalk/scanner.h ctalk/stdtp.h ctalk/sync.cpp ctalk/sync.h ctalk/syslib.cpp ctalk/Tasks.ctk ctalk/Test.ctk ctalk/trampoline.h