Ramarren / cl-parser-combinators

An experimental implementation of parser combinators in Common Lisp
80 stars 5 forks source link

Pinning down superlinearity #7

Open deepfire opened 11 years ago

deepfire commented 11 years ago

I realise that the problem is tightly related to debugging, and has equivalent hardness, but some profiling mechanism would be very helpful for those weak minds of us, who are prone to producing parsers with superlinear blowout..

As you can imagine, the output of SB-SPROF is not very helpful for a fundamental reason : -)