-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when compiling #52
Comments
Sorry about the confusion. You need to specify the full absolute path for the grammar file, please try:
instead. |
Thanks, yes this makes it work! Now that I have built Polyglot I try to fuzz mruby, but apparently not much is happening:
|
Is it not running or not finding new paths? Could you try |
Hmm I get this:
the corpus directory has 42 files and it lists all files as unparsable (these files are the mruby test files) for completeness, this is the
|
The semantic files are not related. Unparsable means the corpus files are not accepted by the grammar. Would you confirm that whether the g4 file is correct? Like, if you build a antlr parser on it, does it parse the corpus file? |
I try to follow the example commands from the README with the supplied LUA grammar, but building polyglot fails:
what am I doing wrong?
The text was updated successfully, but these errors were encountered: