Warning the interpreter is under development and is in a very fragile state. It might crash or hang on usage.
It currently only supports arithmetic expressions, functions and if statements.
Run a kforth program.
kforth <filepath>
- Make sure you have either gcc or clang installed.
- On the commandline type the following command.
make kforth
- You find the executable compiler inside the bin folder of the project.
- If you want you can try to execute the examples inside the examples folder.
- Open the supplied solution file in Visual Studio 2019
- Just build the project and find the executable file inside the Debug or Release folders.