Go to file
Tyler Perkins b2379c537d Rename README 2022-12-01 18:31:37 -05: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.txt Rename README 2022-12-01 18:31:37 -05:00

README.txt

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