Add operations for generating table reference variables to AST. #4

Open
opened 2025-03-28 14:53:46 -04:00 by yukirij · 0 comments
Owner

Table instantiation provides a grammar for a reference output column, which should produce variables that refer to elements of the generated object list.

  • Add referenced variables to scope and object pool.
  • Add AST operations to initialize variables with references to table objects after table generation.
  • Produced variables match global/local type of table.
Table instantiation provides a grammar for a reference output column, which should produce variables that refer to elements of the generated object list. - [ ] Add referenced variables to scope and object pool. - [ ] Add AST operations to initialize variables with references to table objects after table generation. - [ ] Produced variables match global/local type of table.
yukirij added the
improvement
label 2025-03-29 05:26:09 -04:00
Sign in to join this conversation.
No description provided.