Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

potatodiet/forthan

Repository files navigation

forthan

Very basic forth implementation in C++

Support

Words

  • Arithmetic
    • /
    • */
    • */MOD
    • 1+
    • 1-
    • 2+
    • 2-
  • Bitwise
    • AND
    • OR
    • XOR
    • NOT
  • Comparison
    • =
    • <
    • 0>
    • 0<
  • Output
    • EMIT
    • .
    • CR
  • Other Mathematics
    • ABS

Contributors

Setup

$ git clone --recursive https://github.com/matthin/forthan.git
$ cd forthan
$ mkdir build && cd build
$ cmake ..
$ make
$ ./test/forthanTest

About

Very basic forth implementation in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published