vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
345 stars 38 forks source link

Add primitive tok(type[, value]) instead of some() #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
`some` is potentially slower than `tok` and not acceptable for the grammar 
class analysis.

Original issue reported on code.google.com by andrey.vlasovskikh on 26 May 2011 at 10:49

GoogleCodeExporter commented 9 years ago
Done in [aef2844d84ae].

Original comment by andrey.vlasovskikh on 26 May 2011 at 10:50