pharo-wiki
pharo-wiki copied to clipboard
Guide on parsers
trafficstars
- PetitParser https://github.com/moosetechnology/PetitParser
- Smacc
For SmaCC, there is already a tutorial/documentation in the booklet : http://books.pharo.org/booklet-Smacc/html/smacc.html It could be a starting point for this guide.
Some "lesser known" points to keep in mind while working in SmaCC:
- It has some specific Vocabulary defined at the end of the booklet
- SmaCC is also defined in itself, look at the
SmaCCDefinitionParserclass