Forth interpreter written in C
Go to file
Dominic Grimm 03a9b46e33
All checks were successful
continuous-integration/drone/push Build is passing
Refactor stack to now use ints instead of long ints
2023-08-06 11:20:14 +02:00
include Refactor stack to now use ints instead of long ints 2023-08-06 11:20:14 +02:00
src Refactor stack to now use ints instead of long ints 2023-08-06 11:20:14 +02:00
.drone.yml Update CI 2023-08-05 18:17:30 +02:00
.gitignore Complete rewrite 2023-08-04 21:42:01 +02:00
CMakeLists.txt Complete rewrite 2023-08-04 21:42:01 +02:00
Doxyfile Complete rewrite 2023-08-04 21:42:01 +02:00
test.fth Complete rewrite 2023-08-04 21:42:01 +02:00