Forth interpreter and compiler - a standard, portable, optimized Forth
Stars
35
Forks
3
Watchers
35
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
187
commits
More portable Makefile for Mac, and fix a Mac linker difference
12891e1View on GitHubAdd Darwin arm64 support - now working on M1 Macs!
d6fe27dView on GitHubRebuild DO LOOP and friends to keep the loop index in a register
feb0bbbView on GitHubAdd `>NAME` which given an XT tries to find its NT (name token)
703ecc0View on GitHubFix `WORD`, which is supposed to skip leading delimiters
8f8ae95View on GitHubMake `'` and `[']` report an error if they can't find the word
4f181e7View on GitHubAdd REGISTERS flag to allow forcing globals rather than pinned registers
7aa78c9View on GitHubFix ccall primitives to take the function last, as originally intended
7c7409cView on GitHubx86_64: Tweak register assignment to not use %rbp
fa86a51View on GitHub