petitparser / dart-petitparser

Dynamic parser combinators in Dart.
https://pub.dartlang.org/packages/petitparser
MIT License
457 stars 48 forks source link

`debug` doesn't work well for `undefined` parsers #39

Open freewind opened 10 years ago

freewind commented 10 years ago

See the question from stackoverflow: http://stackoverflow.com/questions/21951118/how-to-use-debug-with-undefined-parser

freewind commented 10 years ago

An idea: When used debug, the parsers will monitor the new/changed parsers to see if they have been applied the debug transformer. If not, apply them.