-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABNF: silently chokes on dhall.abnf #51
Comments
Same for e.g. The svg example from the readme works just fine, so I’m reasonably certain I built the executable correctly:
|
You're right that this is a parsing issue; it happens before we get to output. I think this may be the same bug as #11.
line 112 is the
|
the unicode character ranges in dhall.abnf are not implemented yet, either:
|
the lack of error message is a bug. unfortunately I can't reproduce that! could you try to cut that down to a minimal test case please? pragmatically, if you just want to render this file, I suggest:
|
Cool! Thanks for the help. I can’t promise when I’ll come back to this, but maybe I find some time to try out your suggestions this weekend. |
https://github.com/dhall-lang/dhall-lang/blob/60629b9d198af49984e9f9da337036942147af8b/standard/dhall.abnf
This is the ABNF file for the dhall language, it might not be a fully spec-compliant abnf but when I feed it into
kgt
:it silently exits with a status 1 without producing an error message or any output.
The text was updated successfully, but these errors were encountered: