FORTH interpreter written in Common Lisp
Go to file
2024-09-06 10:58:05 -04:00
cl-forth.asd Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
cl-forth.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
define.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
interpreter.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
methods.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
package.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
readme.org Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
stack.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00
utils.lisp Initial commit for git.lain.church 2024-09-06 10:58:05 -04:00

CL-FORTH

I'm not sure what good another FORTH interpreter is. Why not.

License

GPLv3+

TODO

  • Saving/Loading an image
  • Colon Definitions (WIP)