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

Recursive grammar rules #20

Open
elkarouh opened this issue Apr 13, 2023 · 1 comment
Open

Recursive grammar rules #20

elkarouh opened this issue Apr 13, 2023 · 1 comment

Comments

@elkarouh
Copy link

I don't see how you can can parse a recursive data structure with this approach, e.g. parse the grammar for s-expressions.

@dabeaz
Copy link
Owner

dabeaz commented Apr 13, 2023

It's possible, but requires more thinking.... and for me to finish the next blog post ;-).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants