kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

Document infix_expression on the website #140

Closed maxjacobson closed 9 years ago

maxjacobson commented 9 years ago

I requested this in https://github.com/kschiess/parslet/issues/135 after scouring the parser and tricks pages of the website looking for some assistance in implementing operator precedence with parslet. I know there's an example in the examples, and it's documented within the codebase, but just from my experience, I felt like if it wasn't on the website, it didn't exist. Once I found it (via the Salama project) I was like, weeping with gratitude.

kschiess commented 9 years ago

Hey - I've taken your info, added some sauce and put it into the tricks-section (here: http://kschiess.github.io/parslet/tricks.html).

Thank you!

maxjacobson commented 9 years ago

Yay, thanks