Tutorial-style FORTH implementation written in golang
Stars
93
Forks
7
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
126
commits
Our lexer returns types with its tokens now.
e0af868
Updated comment to be more accurate.
ee92041
Import I/O support.
4709a98
Added part7 - with basic string-support (#21)
9e9279c
Correctly install our CI-tools, before trying to run them (#19)
cdb5744
Added 'quit' as a built-in.
21be343
"dump" will bound-check the argument correctly.
9a3de7a
Merge pull request #17 from skx/16-recursion
4ade3b7
Document recursion
82bc0da
Allow recursive definitions.
857fac6
Fixed broken markdown link
24fa7b2
Link to the yal lisp interpreter
c96caed
Avoid a nil!=nil test that is impossible
0ccab0a
Avoid shadowing a variable
e519197
Link to critical
223f3c3