howerj / third

Cleaned up source for a Forth like interpreter from a 1992 IOCCC winner called 'buzzard'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

third

This is a de-obfuscated version of the language(s) first/third, a FORTH like computing language made by an entrant buzzard to the IOCCC. I have made a few minimal changes to make things a little simpler to understand and more efficient as well.

Type:

make

To build the system and:

make run

To run the interpreter with a minimal set of words.

About

Cleaned up source for a Forth like interpreter from a 1992 IOCCC winner called 'buzzard'


Languages

Language:C 80.7%Language:Forth 14.3%Language:Makefile 5.1%