¡@

Home 

c++ Programming Glossary: repeatingparser

Project organization with Cython and C++

http://stackoverflow.com/questions/16792792/project-organization-with-cython-and-c

How to parse text for a DSL at compile time?

http://stackoverflow.com/questions/17783393/how-to-parse-text-for-a-dsl-at-compile-time

or_exp or_exp and_exp omit or_token and_exp foldlp RepeatingParser InitialParser SemanticAction this parser combinator matches.. this parser combinator matches InitialParser and then RepeatingParser multiple times until it fails. The result type is the result.. until it fails. The result type is the result of mpl fold RepeatingParserSequence InitialParserResult SemanticAction where RepeatingParserSequence..