Go to file
2021-09-23 22:21:44 -04:00
bin Initial commit 2021-09-23 17:58:42 -04:00
src Add bitshift and file support 2021-09-23 22:21:44 -04:00
.gitignore Boilerplate forth 2021-09-23 21:25:42 -04:00
Makefile Boilerplate forth 2021-09-23 21:25:42 -04:00
README.md Add bitshift and file support 2021-09-23 22:21:44 -04:00

Forth

A weekend implementation of the Forth programming language

Compile

make all
make clean

How to use

These are the currently accepted operators:

  • add
  • substract
  • multiply

/ divide

. print top of stack

< bit shift left

bit shift right