-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename invalid to verbatim #1
Comments
Hi, thanks for the comment.
Currently, 'invalid' does not have checks described above (i.e. we can write But now that I think about it – checking that In the spirit of lisp the good solution would be to give user (for this particular project it's probably just me) helper function that can check if some Anyway, you have a good point, I'll think about it! |
renamed, why not |
This may be confused with the
invalid
instruction. Solidity/Yul has averbatim
instruction, which may be a good naming in this case as well, i.e(verbatim #5c0001)
to encodeRJUMP 1
(EIP-4200.Btw, does the literal has any length limitation?
The text was updated successfully, but these errors were encountered: