Closed 200sc closed 2 years ago
This PR fixes two compatibility issues with rainway's compiler; it:
In addition we have more testdata and internally represent opcodes as uint32s instead of int32s.
uint32
int32
Closes #29
Thank you for the incredibly fast turnaround!
@merlindru I'll take that as 'this works', and merge it in with a version bump later today!
This PR fixes two compatibility issues with rainway's compiler; it:
In addition we have more testdata and internally represent opcodes as
uint32
s instead ofint32
s.Closes #29