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

ocaml parser #11

Open
franziskuskiefer opened this issue Mar 26, 2018 · 2 comments
Open

ocaml parser #11

franziskuskiefer opened this issue Mar 26, 2018 · 2 comments
Assignees

Comments

@franziskuskiefer
Copy link
Member

I'd like to merge the ocaml parser to master if it's working. But I tried to use it and failed 😢
Or am I using it wrong @strub ?

./main.native < ../specs/poly1305.py
State 0:
Lookahead token is now IDENT (255-259)
Shifting (IDENT) to state 1
State 1:
Lookahead token is now IDENT (260-267)
Reducing production ident -> IDENT
State 8:
Initiating error handling
Fatal error: exception Parser.MenhirBasics.Error
@strub
Copy link
Collaborator

strub commented Mar 26, 2018

Hi,

You tried to early. The parser / type-checker is not meant to be merged at this time. I'll make a PR when it's okay.

@franziskuskiefer
Copy link
Member Author

Ah, ok I thought it would be further along. I guess I have to wait then 🙂

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