This website requires JavaScript.
Explore
Help
Sign In
alazyreader
/
prosper
Watch
1
Star
0
Fork
0
Code
Releases
Activity
6
Commits
1
Branch
0
Tags
626e90d54c7c6493601ba5a7a14961ecc7f57fc8
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
alazyreader
626e90d54c
parser location doesn't need to be in the context, does it?
2021-02-14 14:30:15 -05:00
.gitignore
initial commit; we have evaluation!
2021-02-13 21:09:56 -05:00
builtins.go
start using return stack to track evaluation location
2021-02-14 14:27:02 -05:00
eval.go
parser location doesn't need to be in the context, does it?
2021-02-14 14:30:15 -05:00
go.mod
initial commit; we have evaluation!
2021-02-13 21:09:56 -05:00
main.go
start using return stack to track evaluation location
2021-02-14 14:27:02 -05:00
mem_test.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
stack_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
words_test.go
start using return stack to track evaluation location
2021-02-14 14:27:02 -05:00
words.go
start using return stack to track evaluation location
2021-02-14 14:27:02 -05:00
S
Description
FORTH-ish interpreter
62
KiB
Languages
Go
100%