FORTH-ish interpreter
Go to file
David 2a1a6fc0d2 tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -05:00
.gitignore initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
builtins.go tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -05:00
builtins_test.go tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -05:00
eval.go tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -05:00
flags.go tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -05:00
go.mod initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
main.go tests, abstracting output for PRINT and EMIT 2021-02-20 12:09:04 -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 implement PICK on stacks to make the implementation of I less silly 2021-02-14 20:32:38 -05:00
stack_test.go initial commit; we have evaluation! 2021-02-13 21:09:56 -05:00
words.go add DO LOOP 2021-02-14 20:26:30 -05:00
words_test.go add DO LOOP 2021-02-14 20:26:30 -05:00