kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

Compile command #32

Open kyleect opened 8 months ago

kyleect commented 8 months ago
$ locks compile file.locks # file.locksb
$ locks run file.locksb
kyleect commented 7 months ago

Some progress in this direction in https://github.com/kyleect/locks/issues/65

The start of a disassembler is there. It reads ops from the function the compiler returns.