200sc / bebop

bebop wire format in Go
Apache License 2.0
69 stars 5 forks source link

Hotfix/ascii opcode endianness #30

Closed 200sc closed 1 year ago

200sc commented 1 year 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.

Closes #29

merlindru commented 1 year ago

Thank you for the incredibly fast turnaround!

200sc commented 1 year ago

@merlindru I'll take that as 'this works', and merge it in with a version bump later today!