chrisgbk
chrisgbk
Forgot to include the required event_name string parameter when using `Event.generate_event_name()` in the patch.
Apologies for the delay; both patches work as far as not crashing lua 5.2.4 or 5.3.4, but whether or not they provide the intended sorting behaviour is a better question.
This was discussed in #92 a while ago, with some goals and design considerations - namely, a desire not to lock users into IEEE-754 floating point numbers and support a...
A slightly better example: ``` #subruledef subtest { {x: s32} => { 255`32 } } #ruledef test { test {a: s32} => a testasm {a: subtest} => asm{test {a}} testasm2...