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 Tomita Parsing #148

Open
SamyaDaleh opened this issue Aug 10, 2018 · 0 comments
Open

Implement Tomita Parsing #148

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

Comments

@SamyaDaleh
Copy link
Owner

It is similar to LR-parsing, but works nondeterministic. The items can contain lists of stacks. One stack could be "0-s-1-prep-6". Or trees if two sup-processes do the same (like ...1-prep-6). Or it can be graph-structured as in our lecture, like an extension of the tree. But I don't have a representation for that. Better stick to the first option for now. Goal item is "accept".

@SamyaDaleh SamyaDaleh added the new feature functionality to be implemented label Aug 10, 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