cxxforth
cxxforth copied to clipboard
A simple public-domain Forth implementation in C++
according to the code in `cxxforth.cpp[.md]`, the flag is called `CXXFORTH_NO_MAIN`, but both `cxxforth.h.in` and `CMakeLists.txt` set `CXXFORTH_DISABLE_MAIN`. pretty sure that's a bug? also, it might be useful to have...
why isn't it supported?
Here a patch for those who want to try cxxforth under Windows. [vs2015.patch.txt](https://github.com/kristopherjohnson/cxxforth/files/570960/vs2015.patch.txt)