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
- Host: GitHub
- URL: https://github.com/thimc/forth
- Owner: thimc
- License: mit
- Created: 2024-03-03T15:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T16:24:55.000Z (about 2 years ago)
- Last Synced: 2025-01-14T13:16:54.692Z (over 1 year ago)
- Topics: forth, interpreter
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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