¡@

Home 

c++ Programming Glossary: not_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

transform last_of not_token value_exp build_not value_exp not_exp last_of Parsers... last_of matches every one of the Parsers.. of the last parser. The equivalent spirit rule would be not_exp omit not_token value_exp _val build_not _1 value_exp _val _1.. _1 value_exp _val _1 typedef foldlp last_of and_token not_exp not_exp build_and and_exp and_exp not_exp omit and_token not_exp..