Commit d96d475
committed
feat(grammar): add support for hex string literals in Yul assembly
- Add yul_hex_string_literal rule to support hex"" and hex'' syntax in inline assembly
- Include the new literal type in _yul_literal choices
- Add test cases for hex string literals with underscores, empty strings, and single quotes
Fixes #751 parent 322a3dd commit d96d475
File tree
5 files changed
+34169
-33426
lines changed- src
- test/corpus
5 files changed
+34169
-33426
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
416 | 423 | | |
417 | 424 | | |
418 | 425 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments