Simplify the arithmetics example grammar
The arithmetics example grammar is the first thing everyone sees in the online editor at the PEG.js website, but it begins with a complicated |combine| function in the initializer. Without understanding it it is impossible to understand code in the actions. This may be a barrier to learning how PEG.js works. This commit removes the |combine| function and gets rid of the whole initializer, removing the learning obstacle and streamlining action code. The only cost is a slight code duplication.redux
parent
69a0f769fc
commit
10d7a6aded
Loading…
Reference in New Issue