UnionCompilerDesign / compiler_core

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

C99 update #128

Closed livigwinnett closed 1 week ago

livigwinnett commented 3 weeks ago

this closes #97

CalebLItalien commented 1 week ago

This issue can now be closed with opening a new issue. The core issue with merging this PR was due to initialization no longer using the "LET" token, a critical part of our test suites. A new issue will have to update the way initialization is handled, and thus to uncomment out all tests that have been commented out with this PR.