s forth
 
 
 
Go to file
Clyne 5cff8e2595
make base wordset constexpr
.gitignore add source
LICENSE add source
Makefile add source
README.md update readme
core.fth make base wordset constexpr
forth.hpp make base wordset constexpr
main.cpp add source

README.md

sforth

sforth is an implementation of the forth programming language written in modern C++. It aims to be small, portable, and efficient.