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
TODO:
- Parser error recovery and file locations
- REPL
- let function syntax sugar (e.g. let f (x: t1) (y: t2): t3 = e)
- More tests!
- Update pretty-printing to be consistent with grammar for parser