project-langx / X

A placeholder language with shareable bytecode IR.
2 stars 0 forks source link

Add a basic symbol table #34

Closed frankhart2018 closed 2 years ago

frankhart2018 commented 2 years ago

Closes #26

Implementation

  1. Add a symbol table class.

Follow-ups

Changes may be made to the symbol table for #21 as required.