Is written in C++ using STD and X11 libraries. Learn more at the wiki.
- Requires compiler that supports C++20 standart.
- Tested on Windows 10 with Cygwin and Debian 11
Requires:
rmg++^14.2.0make^4.4.1
CWD: at the root of this repository
Run:
make main(default)make debug(prints debug info for lexer, parser, and runtime)
Produces:
./dist/h- executable, the interpreter
Run a script:
h /PATH/TO/script.whEnter REPL:
h