gallais / idris-tparsec

TParsec - Total Parser Combinators in Idris
https://gallais.github.io/idris-tparsec/
GNU General Public License v3.0
93 stars 10 forks source link

port examples & minor improvements #7

Closed clayrat closed 6 years ago

clayrat commented 6 years ago

I've ported NList, Parentheses and RegExp examples over from agdarsec. Exp seemed close enough to Arithmetic, only adding vars.

I also took the liberty of changing some things to the "idiomatic" Idris style, please tell me what you think :)

gallais commented 6 years ago

Looks great to me! Thanks for the PR!

Kazark commented 6 years ago

@clayrat Thanks!