mistivia / reinforth

A small implementation of Forth for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reinforth

A small implementation of Forth for fun, inspired by forth.py in Python for Fun

Build debug version:

make

Build release version:

RELEASE=1 make

Run tests:

echo '"hello, world" print cr' | ./reinforth
make test

Format code:

make fmt

About

A small implementation of Forth for fun


Languages

Language:C 92.7%Language:Forth 4.8%Language:Makefile 1.6%Language:Shell 0.9%