An open API service indexing awesome lists of open source software.

https://github.com/thimc/forth

forth interpreter written in C
https://github.com/thimc/forth

forth interpreter

Last synced: over 1 year ago
JSON representation

forth interpreter written in C

Awesome Lists containing this project

README

          

# Forth

[Forth](https://www.forth.com/starting-forth/) interpreter written in C99.

## Usage

make
./forth ./examples/fizzbuzz.ft

See the `examples/` folder for various examples that demonstrate
the functionality of this interpreter.

Also, [Nick Morgan's Easy Forth
guide](https://skilldrick.github.io/easyforth/) might be worth a read.

## License

MIT