We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initialize: __________ alpha =>* epsilon [A -> alpha dot beta, j, j]
Scan: [A -> alpha dot a beta gamma, i, j], [a, j, j+1] __________ beta =>* epsilon [A -> alpha a beta dot gamma, i, j+1]
C1: [A -> alpha dot B beta gamma, i, j], [B -> deltadot, j, k] ________ i < j < k AND beta =>* epsilon [A -> alpha B beta dot gamma, i, k]
C2: [A -> alpha dot B beta gamma, i, i], [C -> delta dot, i, j] _____ i < j AND B =>* C AND beta =>* epsilon [A -> alpha B beta dot gamma, i, j]
Source: Sikkel, Parsing Schemata p. 115
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Initialize:
__________ alpha =>* epsilon
[A -> alpha dot beta, j, j]
Scan:
[A -> alpha dot a beta gamma, i, j], [a, j, j+1]
__________ beta =>* epsilon
[A -> alpha a beta dot gamma, i, j+1]
C1:
[A -> alpha dot B beta gamma, i, j], [B -> deltadot, j, k]
________ i < j < k AND beta =>* epsilon
[A -> alpha B beta dot gamma, i, k]
C2:
[A -> alpha dot B beta gamma, i, i], [C -> delta dot, i, j]
_____ i < j AND B =>* C AND beta =>* epsilon
[A -> alpha B beta dot gamma, i, j]
Source: Sikkel, Parsing Schemata p. 115
The text was updated successfully, but these errors were encountered: