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

Merge Sylvan's parser into Verona #111

Closed
rengolin opened this issue May 15, 2020 · 1 comment
Closed

Merge Sylvan's parser into Verona #111

rengolin opened this issue May 15, 2020 · 1 comment
Assignees

Comments

@rengolin
Copy link
Contributor

@sylvanc has a parser in a local repo that can parse Verona. It has a PEG definition that is flexible and the code is reasonably straightforward, both which are great for early prototyping. We should merge this in the src directory and use the generated AST to start lowering MLIR.

We may want to build a robust parser later, with @davidchisnall's recommendations in #102, but that'll be for another ticket.

@mjp41
Copy link
Member

mjp41 commented May 19, 2020

Closed by #116

@mjp41 mjp41 closed this as completed May 19, 2020
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