etk icon indicating copy to clipboard operation
etk copied to clipboard

Hex and string built-ins

Open gzanitti opened this issue 2 years ago • 0 comments

This PR implements the two built-ins mentioned in issue #106 (%hex(...) & %string(...)). Since it's based on the reimplementation of the backend introduced in PR #133, I'm keeping this PR as a draft until #133 is merged.

The built-in %string(...) puts the full string into the bytecode without regard to length. Please let me know if you want to use a different layout.

gzanitti avatar Oct 09 '23 18:10 gzanitti