文件名称:monkey-intepreter:用Go编写的解释器。 跟随Thorsten Ball的书
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-29 04:49:30
Go
monkey-intepreter:用Go编写的解释器。 跟随Thorsten Ball的书
【文件预览】:
monkey-intepreter-main
----ast()
--------modify.go(390B)
--------modify_test.go(900B)
--------ast.go(7KB)
----object()
--------object.go(4KB)
--------object_test.go(2KB)
----lexer()
--------lexer.go(4KB)
--------lexer_test.go(3KB)
----main.go(66B)
----token()
--------token.go(1KB)
----evaluator()
--------quote_unquote_test.go(739B)
--------builtin.go(3KB)
--------evaluator.go(10KB)
--------quote_unquote.go(154B)
--------evaluator_test.go(12KB)
----parser()
--------parser.go(11KB)
--------parser_test.go(19KB)
----go.mod(28B)