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
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
The parser is currently very permissive by default. It inserts various missing tokens and skips invalid ones. This is nice for display support, but if we want to make it the official parser at some point, we will have to emit errors properly.
The text was updated successfully, but these errors were encountered:
Could this be done by passing some report_error function to the parser that either collects them as diagnostics for display or throws an exception eagerly for real compilation?
The parser is currently very permissive by default. It inserts various missing tokens and skips invalid ones. This is nice for display support, but if we want to make it the official parser at some point, we will have to emit errors properly.
The text was updated successfully, but these errors were encountered: