You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: