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

Add function/method arity to disassembly #68

Closed kyleect closed 10 months ago

kyleect commented 10 months ago

Disassembled code lists the function name but not how many parameters it takes. Parameter names would be nice for debugging as well