Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 273 Bytes

ilychvm

Stackmachine and bytecode compiler for it. Just for lulz.

Source looks like lisp because it's easier to parse.

Supported operations: +, -, *, -, ^(power).

Supported operand types: byte.

Run

  1. ./compile.py input.src --output output.byt
  2. ./run output.byt