UnionCompilerDesign / compiler_core

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

Metadata - Infrastructure #109

Closed CalebLItalien closed 1 week ago

CalebLItalien commented 1 month ago

Details

Create the functionality for hosting metadata about various structures in the compiler. We want to be able to get a variant of Metadata for each type of object that needs to host metadata.

Issue Type

Requirements

Notes

You do not actually have to implement the metadata structure in the listed objects. Just create the infrastructure for it. See related metadata issues for what kind of information to host, and also look at existing C compilers for ideas of other things we may want to host.