A H🌍 implementation written in Nim.
- Interpreter
- "Compiler" requires nim installed
- Interactive shell, also known as REPL
- Install Nim.
- Install nimhw via Nimble using
git clone https://github.com/Rico040/nimhw
andnimble install
- Have fun i guess.
nimhw [options] inputfile
if no aren't specified it'll turn into REPL
Options:
--help -h prints this message
--eval -e:code evaluates code
-c compiles code