文件名称:Writing_an_interpreter_in_go_book_code:代码和“在Go中编写翻译”,作者Thorsten Ball
文件大小:17KB
文件格式:ZIP
更新时间:2024-03-15 06:00:51
Go
Writing_an_interpreter_in_go_book_code:代码和“在Go中编写翻译”,作者Thorsten Ball
【文件预览】:
writing_an_interpreter_in_go_book_code-main
----ast()
--------ast_test.go(593B)
--------ast.go(6KB)
----object()
--------object.go(2KB)
----lexer()
--------lexer.go(3KB)
--------lexer_test.go(2KB)
----main.go(319B)
----.gitignore(8B)
----token()
--------token.go(951B)
----evaluator()
--------evaluator.go(7KB)
--------evaluator_test.go(6KB)
----repl()
--------repl.go(853B)
----parser()
--------parser.go(9KB)
--------parser_test.go(17KB)