We can codegen now

This commit is contained in:
2026-02-24 20:07:02 +11:00
parent 2266990cb4
commit 0613fcd957
6 changed files with 128 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ typedef struct SolsNode {
} children;
LineInfo line;
// Used by the code generator, do not use in the parser!
// Used by the code generator, unless value is a literal do not use in parser
GroundArg accessArg;
} SolsNode;