¡@

Home 

c++ Programming Glossary: build_or

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

not_exp typedef foldlp last_of or_token and_exp and_exp build_or or_exp or_exp and_exp omit or_token and_exp foldlp RepeatingParser.. would be or_exp and_exp _a _1 omit or_token and_exp _val build_or _1 _a _a _val struct paren_exp middle_of lit_c ' ' or_exp lit_c.. steps first the grammar constructs a tree that depends on build_or build_and build_value build_not and arg N . Once you get that..