aboutsummaryrefslogtreecommitdiff
path: root/IMPLEMENTATION.md
blob: 4761c1bbbb604bc58ac5b2483030407951bc56cc (plain)
1
2
The bytecode format is inspired by lua, where instead of using registers, data is pushed/poped to/from a stack.
This reduces the size of instructions and make the code cleaner and easier to use.