Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glubs9/fwtb
fwtb (forth-with-the-boys) is a forth implementation I am making with my friends
https://github.com/glubs9/fwtb
Last synced: about 20 hours ago
JSON representation
fwtb (forth-with-the-boys) is a forth implementation I am making with my friends
- Host: GitHub
- URL: https://github.com/glubs9/fwtb
- Owner: Glubs9
- License: gpl-3.0
- Created: 2021-06-07T08:30:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T14:47:54.000Z (over 3 years ago)
- Last Synced: 2024-11-09T13:40:41.124Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fwtb
fwtb (forth-with-the-boys) is a forth implementation I am making with my friends.# Why is there no documentation?
I will add proper documentation when we get to a proper and mostly stable state. As of this moment the foundation for the Forth interpreter is still being written and it would be facetious of me to write proper documentation, please come back a bit later and have a proper peek around!# Design Principles
I wanted this to conform to the Forth standards and make it easier to create implementations of Forth (i.e: using structs to describe code rather than real machine code and not having all the Forth data and information in one block of memory).# to exit
press ctrl+c (only tested on linux)