5 ms·
I haven't tried pyparsing, but I enjoyed implementing a simple DSL with funcparserlib having no previous experience with parser combinators: https://github.com/
by tommikaikkonen 9y ago
I haven't tried pyparsing, but I enjoyed implementing a simple DSL with funcparserlib having no previous experience with parser combinators: https://github.com/vlasovskikh/funcparserlib https://github.com/vlasovskikh/funcparserlib
The library has a well-written tutorial that doesn't require previous knowledge about parser combinators.