joemalle / limn

A tiny parser designed to compile quickly
Boost Software License 1.0
2 stars 1 forks source link

add the callback function to the metched items, so that the function will be called when matched #2

Closed asmwarrior closed 1 year ago

asmwarrior commented 1 year ago

This implement the issue #1, a test code is also added to tests.cpp

asmwarrior commented 1 year ago

Thanks. For your point 1, I will improve the tests.cpp in the future. For you point 2, I see your concern, and will try to find a better way.