FORTH-ish interpreter
Go to file
David 4dc64947db initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
.gitignore initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
builtins.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
eval.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
go.mod initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
main.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
mem.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
mem_test.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
stack.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
stack_test.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
words.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
words_test.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00