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

Firs try of ADT parser #99

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Firs try of ADT parser #99

wants to merge 1 commit into from

Conversation

hasufell
Copy link
Member

@hasufell hasufell commented Dec 8, 2021

Fixes #53

Instead of parsing into a list of lexemes, we defined an ABNF grammar and try to parse directly into it.

@hasufell hasufell marked this pull request as draft December 8, 2021 14:46
@hasufell
Copy link
Member Author

hasufell commented Dec 8, 2021

@Mistuke ...went for a different approach now. Translating the ABNF grammar into a small custom-written parser. The property tests so far look good.

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

Successfully merging this pull request may close these issues.

Reimplement path functions around ADT
1 participant