Skip to content

Implement runtime invocation for the rest of the AST nodes #30

@AdvancedAntiSkid

Description

@AdvancedAntiSkid

Is your feature request related to a problem? Please describe.
Currently, only a set of nodes implement Instruction, thus not all features can be used in macro calls.
Make sure to support all features for metaprogrammers.

Describe the solution you'd like
Implement instruction interface for nodes like loop, if-else, etc.

Describe alternatives you've considered

Additional context
Add some test cases to verify on build that all required features are fully functional.

Metadata

Metadata

Labels

compilerSomething regarding the compilerenhancementNew feature or requestruntimeSomething regarding the runtime module
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions