c++ Programming Glossary: foldlp
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 value_exp _val build_not _1 value_exp _val _1 typedef foldlp last_of and_token not_exp not_exp build_and and_exp and_exp.. and_exp and_exp not_exp omit and_token not_exp typedef foldlp last_of or_token and_exp and_exp build_or or_exp or_exp and_exp.. build_or or_exp or_exp and_exp omit or_token and_exp foldlp RepeatingParser InitialParser SemanticAction this parser combinator..
|