¡@

Home 

c++ Programming Glossary: value_exp

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

arg 0 always arg2_token arg 1 always arg3_token arg 2 value_exp one_of Parsers... one_of is a parser combinator that tries to.. NewResultType . The equivalent spirit rule would be value_exp paren_exp _val _1 true_token _val build_value _1 false_token.. arg N typedef one_of transform last_of not_token value_exp build_not value_exp not_exp last_of Parsers... last_of matches..