monkey

所属分类:编程语言基础
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-04-16 18:32:20
上 传 者sh-1993
说明:  猴子编程语言
(The monkey programming language)

文件列表:
LICENSE (1076, 2023-04-16)
ast/ (0, 2023-04-16)
ast/ast.go (800, 2023-04-16)
go.mod (44, 2023-04-16)
lexer/ (0, 2023-04-16)
lexer/lexer.go (2733, 2023-04-16)
lexer/lexer_test.go (2485, 2023-04-16)
main.go (338, 2023-04-16)
parser/ (0, 2023-04-16)
parser/parser.go (1856, 2023-04-16)
parser/parser_test.go (1588, 2023-04-16)
repl/ (0, 2023-04-16)
repl/repl.go (494, 2023-04-16)
token/ (0, 2023-04-16)
token/token.go (919, 2023-04-16)

# [Monkey](https://monkeylang.org/) ## The monkey programming language Monkey is a programming language designed by Thorsten Ball for educational purposes in writing interpreters and compilers. This repository contains the source code for the monkey interpreter and compiler that I am writing as a part of reading the books for my own education. ## [Writing an Interpreter in Go](https://interpreterbook.com) ## [Writing a Compiler in Go](https://compilerbook.com)

近期下载者

相关文件


收藏者