Skip to content
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

Parsing #47

Closed
wisnesky opened this issue Oct 5, 2018 · 0 comments
Closed

Parsing #47

wisnesky opened this issue Oct 5, 2018 · 0 comments
Assignees

Comments

@wisnesky
Copy link
Contributor

wisnesky commented Oct 5, 2018

I tried my best to reuse code but ultimately ended up replacing much of the "plentifully typed" abstract syntax with raw, string-based syntax, probably because that's what I'm used to. I can build the rest of the parsers. However, the current parsers could use enhancement - they fail on special cases (like empty space at the front of an AQL program), comments, better error reporting, etc. I also disabled quick check for expediency, relying instead on trying examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants