tick tock:Tick tock编程语言的解释器 源码
滴答 Tick-tock编程语言的解释器。 安装 准备目录: $ mkdir --parents "$(go env GOPATH)/src/github.com/thewizardplusplus/" $ cd "$(go env GOPATH)/src/github.com/thewizardplusplus/" 克隆此存储库: $ git clone https://github.com/thewizardplusplus/tick-tock.git $ cd tick-tock 使用工具安装依赖项: $ dep ensure -vendor-only 建立项目: $ go i
文件列表
tick-tock:Tick-tock编程语言的解释器
(预估有个144文件)
concurrent_actor_test.go
18KB
function_call_test.go
8KB
conditional_expression_test.go
8KB
hash_table_test.go
13KB
pair_test.go
12KB
compare_test.go
8KB
state_test.go
9KB
actor_test.go
10KB
builtin_test.go
40KB
builtin.go
16KB
暂无评论