A parser "generator" that uses C++ template metaprogramming. You write EBNF directly into C++ source code, without any preprocessors or code generators (seen at sweetcode).
Could someone wiser than me compare this with combinator parsing in functional languages? Is is the same thing?
(I searched for "Spirit", but turned up nothing, apologies if this is a duplicate - only been reading this site again for the last week or two)
Posted to implementation by andrew cooke on 11/26/01; 2:47:37 AM
|
|