pegasus icon indicating copy to clipboard operation
pegasus copied to clipboard

A parser generator for C and Crystal.

Results 5 pegasus issues
Sort by recently updated
recently updated
newest added

Attempting to generate a dot file with the json generated from `arithmetic.grammar` results in an error. ## Reproducing: ``` ❯ bin/pegasus < grammars/arithmetic.grammar > grammars/arithmetic.json ❯ bin/pegasus-dot < grammars/arithmetic.json digraph...

Hello! First, congratulations about your program, I use it right now and I like the design. I do hope the software will be maintained! Second, I do have a problem....

Can you add a semantics/arithmetic_crystal.sem file and update README to show how to go from arithmetic\grammar to use it with pegasus-crystalsem

Not able to use in windows - each grammar is breaking because of windows newline

tokens are described by regular expressions.