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 Sep 24, 2020. It is now read-only.
Clean up the code to use proper parse errors, also including the filename/line number. Don't return NoValue in case of an error, instead return a proper Error. Maybe also differentiate between a SyntaxError and a SemanticError (e.g. duplicate section).
Also make use of unreachable!() macro instead of assert!(false) in some places.
The text was updated successfully, but these errors were encountered:
Clean up the code to use proper parse errors, also including the filename/line number. Don't return NoValue in case of an error, instead return a proper Error. Maybe also differentiate between a SyntaxError and a SemanticError (e.g. duplicate section).
Also make use of unreachable!() macro instead of assert!(false) in some places.
The text was updated successfully, but these errors were encountered: