迷你解释器:一种简单的脚本语言 源码
结石 基于Golang的脚本语言 规范 种类 comments Comments are ignored by the interpreter // ... int The set of all signed 32-bit integers (-2147483648 to 2147483647) i = 123 string A string type represents the set of string values s = "HelloWorld" function A function type denotes the set of all
文件列表
mini-interpreter-master.zip
(预估有个49文件)
mini-interpreter-master
environment
nested_env.go
857B
native_env.go
1KB
native_function.go
618B
environment.go
217B
vm
heap_memory.go
103B
vm.go
6KB
op_code.go
1KB
暂无评论