vlasovskikh / funcparserlib

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

Revisit the token spec #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E. g. introduce a class for it in order to set options via named arguments
of the constructor.

Original issue reported on code.google.com by andrey.vlasovskikh on 6 Oct 2009 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by andrey.vlasovskikh on 8 Oct 2009 at 12:57

GoogleCodeExporter commented 9 years ago
Introduced the token `Spec` class in [0079e76e20][1].

  [1]: http://code.google.com/p/funcparserlib/source/detail?r=0079e76e20

Original comment by andrey.vlasovskikh on 13 Oct 2009 at 5:09

GoogleCodeExporter commented 9 years ago

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