UnionCompilerDesign / compiler_core

The core of the compiler, runtime, and builder setup.
MIT License
1 stars 1 forks source link

Semantic Analysis - Top Level Expressions 🝙 #114

Open CalebLItalien opened 1 month ago

CalebLItalien commented 1 month ago

Details

Implement the immutable stage of doing semantic analysis of top level expressions. This includes function, enum, and struct.

Issue Type

Requirements

Notes

106 is a kind-of a precursor to this issue, though you could do it prior.