feat(semantic): node -> symbol lookup #225
Labels
A-linter
Area - Linter
A-minifier
Area - Minifier
A-semantic
Area - Semantic
C-question
Category - A question rather than an issue
E-Help Wanted
Experience level - For the experienced collaborators
Currently there's no method for look up a symbol from a
BindingIdentifier
/IdentifierReference
inside the linter.The minifier also need this for the printer to print mangled names.
One possible solution is to create an index for a
Span
->SymbolId
lookup.I wonder we should make an overhaul on the Symbol Table. I had no idea what I was doing when I wrote the symbol table, and I wrote whatever is sensible.
The text was updated successfully, but these errors were encountered: