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 Matcher in OCaml #2

Closed
1 task done
elrodrigues opened this issue Jan 7, 2021 · 0 comments
Closed
1 task done

Write Matcher in OCaml #2

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

Comments

@elrodrigues
Copy link
Owner

elrodrigues commented Jan 7, 2021

User Story

As a Dev, I would like to match any complex and well-defined grammar so that I can design an interactive env.

Detailed Description

The matcher is implemented in OCaml, and uses a stack-like structure to match any well-defined grammar.

Acceptance Criteria

  • Given a statement from a complex and well-defined grammar, then the OCaml matcher will match the statement correctly.
@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
Scrum Board automation moved this from To do to Done Jan 8, 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
No open projects
Development

No branches or pull requests

1 participant