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

Implement dHV0 #192

Open
SamyaDaleh opened this issue Nov 30, 2018 · 0 comments
Open

Implement dHV0 #192

SamyaDaleh opened this issue Nov 30, 2018 · 0 comments
Labels
new feature functionality to be implemented

Comments

@SamyaDaleh
Copy link
Owner

Init:


[A -> alpha dot dot gamma, j, j]

Scan:
[A -> alpha dot dot a gamma, i, i], [a, i, i+1]


[A -> alpha dot a dot gamma, i, i+1]

Compl:
[A -> alpha dot dot B gamma, i, i], [B -> dot beta dot, i, j]


[A -> alpha dot B dot gamma, i, j]

Concat:
[A -> alpha dot beta1 dot beta2 gamma, i, j], [A -> alpha beta1 dot beta2 gamma, j, k]


[A -> alpha dot beta1 beta2 dot gamma, i, k]

Source: Sikkel, Parsing Schemata p. 118

@SamyaDaleh SamyaDaleh added the new feature functionality to be implemented label Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature functionality to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant