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

Write Parser in OCaml #3

Open
2 tasks
elrodrigues opened this issue Jan 7, 2021 · 0 comments
Open
2 tasks

Write Parser in OCaml #3

elrodrigues opened this issue Jan 7, 2021 · 0 comments
Assignees
Labels
story New feature or enhancement
Milestone

Comments

@elrodrigues
Copy link
Owner

User Story

As a Dev, I would like to parse any complex and well-defined grammar so that I can evaluate a statement.

Detailed Description

The parser is implemented in OCaml, and uses a stack-like structure to parse any well-defined grammar and generate a valid parse tree.

Acceptance Criteria

  • Given a statement from a complex and well-defined grammar, then the OCaml parser will parse the statement correctly.
  • Given a statement from a complex and well-defined grammar, then the OCaml parser will correctly generate a parse tree.
@elrodrigues elrodrigues added the story New feature or enhancement label Jan 7, 2021
@elrodrigues elrodrigues self-assigned this Jan 7, 2021
@elrodrigues elrodrigues added this to To do in Scrum Board via automation Jan 7, 2021
@elrodrigues elrodrigues added this to the Sprint1 milestone Jan 7, 2021
@elrodrigues elrodrigues removed this from To do in Scrum Board Mar 24, 2021
@elrodrigues elrodrigues added this to To do in Project Board Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story New feature or enhancement
Projects
Development

No branches or pull requests

1 participant