PetitParser
PetitParser copied to clipboard
Petit Parser is a framework for building parsers.
`Warning: Package PetitParser-GTExtensions depends on the following classes: GLMCompositePresentation You must resolve these dependencies before you will be able to load these definitions: PPParserInspector PPParserInspector>>#exampleOpenOn PPParserInspector>>#openOn: PPParserInspector>>#browserStructureFor: PPParserInspector>>#compose PPParserInspector>>#debuggerIn: PPParserInspector>>#inspectorsIn:...
After loading package with Metacello and attempting to run example from [Cool feature 2: Create a cheap highlighter from your grammar](https://github.com/moosetechnology/PetitParser#cool-feature-2-create-a-cheap-highlighter-from-your-grammar), I encountered an unknown variable error for `PetitTextHighlighter` (see...
In the following, the last example returns a `PPFailure`: ```smalltalk PPYAMLGrammar parse: 'foo'. "⇒ 'foo'" PPYAMLGrammar parse: '"foo"'. "⇒ 'foo'" PPYAMLGrammar parse: '''foo'''. "⇒ a PPFailure" ``` I would expect...
the following packages are dirty and removing packages. It looks strange. PetitCVS PetitYaml PetitMSE
Is it worth mentioning on the front page that this is largely superseded by PetitParser2? If it is, I can't tell ...
In a Moose 7.0 image (fetched via Pharo Launcher) the Tally and Profile tabs in the lower-right corner of the PetitParser Browser window are blank/empty after attempting a sample parse....
For instance variables that are meant to be used in production. Allowing that can cause bug that are really complicated to find out and lead to strange behaviour (test being...
Originally reported on Google Code with ID 920 ``` In the petit parser UI if I select a class I can see all production rules of that class. If I...
Some classes have no comment.