You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interpret functions with grammar tags are annoying to write and debug, but way faster than using Symboltables.
Symboltables however, are way easier to write and debug.
Second, Symboltbables are just Dict{Symbol,Any}, which is flagged as type piracy by our CI.
Hence, we should write a function that automatically parses a symboltable to an interpret function over grammar tags.
The text was updated successfully, but these errors were encountered:
Interpret functions with grammar tags are annoying to write and debug, but way faster than using Symboltables.
Symboltables however, are way easier to write and debug.
Second, Symboltbables are just
Dict{Symbol,Any}
, which is flagged as type piracy by our CI.Hence, we should write a function that automatically parses a symboltable to an interpret function over grammar tags.
The text was updated successfully, but these errors were encountered: