Introduction In this tutorial, we’ll give an introduction to Peggy. As usual in our articles, all the code is on GitHub. Peggy is the successor of peg.js, an open-source library for writing parsers in JavaScript. It’s based on parsing expression grammars or PEGs, hence the name. PEGs are a powerful parsing formalism with a gentler […] The post A Peggy.js Tutorial appeared first on Strumenta....