janet-lang / janet-lang.org

Website for janet
https://janet-lang.org
MIT License
90 stars 59 forks source link

Bytecode reference table lacks entry for subim #196

Closed sogaiu closed 11 months ago

sogaiu commented 1 year ago

At the time of this writing, the reference table for bytecodes lacks a row for the new bytecode instruction subim, added in https://github.com/janet-lang/janet/commit/b5d3c8725335d18c69e84c4a01adb7ef27a5d473 .

May be adding something like the following between these two rows:

 ['subim '(subim dest lhs im) "$dest = $lhs - im"]

is sufficient to address this issue.