v1.0.7
- Add built-in macros for converting a string to bytes and push it to the stack.
__BYTES("hello")->PUSH5 0x68656c6c6f- This can also be used here:
__RIGHTPAD(__BYTES("hello")).
__BYTES("hello") -> PUSH5 0x68656c6c6f__RIGHTPAD(__BYTES("hello")).