ctarbide / forth-metacompiler

Forth metacompiler written in Lisp, for bootstrapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forth metacompiler written in Lisp.  At this point, it's completely
ad-hoc and only used to bootstrap one particular Forth implementation
called lbForth.

Usage example:

    ./lisp.sh '(format t "hello world!")'

About

Forth metacompiler written in Lisp, for bootstrapping


Languages

Language:Common Lisp 98.0%Language:Shell 2.0%