Closed BinderDavid closed 2 months ago
Create one separate module which builds the lookup table from the CST.
I inlined the add function so that I can generate better errors directly in the build code.
add
One general comment: We might want to rename LookupTable to SymbolTable which is more precise.
LookupTable
SymbolTable
Create one separate module which builds the lookup table from the CST.
I inlined the
add
function so that I can generate better errors directly in the build code.