Remove unneeded hash maps when you can store the data directly on the nodes

This commit is contained in:
gingerBill
2026-08-24 22:25:53 +01:00
parent 7fcf65d2c2
commit a2d9ca8697
5 changed files with 45 additions and 32 deletions

View File

@@ -510,6 +510,7 @@ struct AstSplitArgs {
u16 mnemonic; \
u8 suffix_flags; \
i32 valid_form_index; \
struct AsmInstructionFacts *facts; \
}) \
AST_KIND(AsmMemoryOperand, "asm memory operand", struct { \
Token open; \