PetitParser port to Cuis
# Cuis-PetitParser # PetitParser port to Cuis Smalltalk Ported packages are: * PetitParser-Core * PetitParser-Parsers * PetitParser-Tools * PetitTests-Core * PetitTests-Examples * PetitTests-Tests ## Usage ## Load packages into Cuis image and follow the tutorial in http://www.lukas-renggli.ch/blog/petitparser-1 and http://www.lukas-renggli.ch/blog/petitparser-2 . The file PetitParserWorkspace.st can be opened in a workspace to follow tutorial instructions. The ExpressionGrammar and Evaluator described in tutorial part 2 are included in the additional package * PetitTutorial