Ramarren / cl-parser-combinators

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

A simple profiling mechanism, based on per-position context creation frequencies. #8

Closed deepfire closed 11 years ago

deepfire commented 11 years ago

This suffers from always paying the profiling overhead, but a single hash-table insert should be relatively tame, in context..