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

Construct abstract syntax tree in parser #21

Closed
dburkart opened this issue Aug 21, 2015 · 1 comment
Closed

Construct abstract syntax tree in parser #21

dburkart opened this issue Aug 21, 2015 · 1 comment
Assignees
Milestone

Comments

@dburkart
Copy link
Owner

We should build an abstract syntax tree as we go along, since that will provide us multiple benefits in the long run. Once we have that, we can move much of the verification code into that, and it will make things like testing a sieve against e-mail possible.

@dburkart dburkart self-assigned this Aug 21, 2015
@dburkart dburkart added this to the Version 0.3 milestone Aug 21, 2015
@dburkart dburkart modified the milestones: Version 0.3, Version 0.4 Sep 6, 2015
@dburkart dburkart removed their assignment Sep 8, 2015
@dburkart dburkart changed the title Add API to save off parser / lexer artifacts Construct abstract syntax tree in parser Sep 10, 2015
@dburkart dburkart self-assigned this Sep 10, 2015
@dburkart
Copy link
Owner Author

Resolved in 38a20cb..fb19442

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

No branches or pull requests

1 participant