Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 633 Bytes

nimhw

A H🌍 implementation written in Nim.

Features

  • Interpreter
  • "Compiler" requires nim installed
  • Interactive shell, also known as REPL

Installation

  1. Install Nim.
  2. Install nimhw via Nimble using git clone https://github.com/Rico040/nimhw and nimble install
  3. Have fun i guess.

Usage

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