Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created September 18, 2011 19:54
Show Gist options
  • Save ingydotnet/1225483 to your computer and use it in GitHub Desktop.
Save ingydotnet/1225483 to your computer and use it in GitHub Desktop.
ingy@thinkingy:~$ perl -MXXX -MPegex -e 'XXX pegex("src/testml-pgx/testml.pgx")->parse("A = 1\nB = 2;\n")'
Error parsing Pegex document:
msg: You seem to be missing a semicolon
line: 1
context: "\nB = 2;\n"
position: 5
at /usr/local/share/perl/5.10.1/Pegex/Grammar.pm line 47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment