This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Separate semantic analysis from parsing #151
Labels
enhancement
New feature or request
hard
Extra attention is needed
parser
Issue to do with parsing the abstract syntax tree
technical-debt
Milestone
I've meant to do this for a while. Code like this is just horrifying:
It obscures what the function's actually doing and also makes the error handling really complicated. Type checking should go in a separate pass.
The text was updated successfully, but these errors were encountered: