200sc / bebop

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

Hotfix/ascii opcode endianness #30

Closed 200sc closed 2 years ago

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

Closes #29

merlindru commented 2 years ago

Thank you for the incredibly fast turnaround!

200sc commented 2 years ago

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