mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Store the nested expansions starting from the deepest one (#829)
This shortens the lexer by 100 lines and simplifies access to expansion contents, since it usually needs the deepest one, not the top-level one. Fixes #813
This commit is contained in:
3
test/asm/nested-expansions.err
Normal file
3
test/asm/nested-expansions.err
Normal file
@@ -0,0 +1,3 @@
|
||||
ERROR: nested-expansions.asm(6) -> nested-expansions.asm::test(4):
|
||||
Macro "qux" not defined
|
||||
error: Assembly aborted (1 error)!
|
||||
Reference in New Issue
Block a user