UnionCompilerDesign / compiler_core

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

Token - Metadata #110

Open CalebLItalien opened 1 month ago

CalebLItalien commented 1 month ago

Details

Add functionality for storing the row and column number of a token in its associated Metadata.

Issue Type

Requirements

Notes

109 is a precursor to this issue.