¡@

Home 

c++ Programming Glossary: not_token

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

typedef token keyword _S or_token typedef token lit_c ' ' not_token In the case of and_token and or_token the result is undefined.. _val phx construct arg N typedef one_of transform last_of not_token value_exp build_not value_exp not_exp last_of Parsers... last_of.. parser. The equivalent spirit rule would be not_exp omit not_token value_exp _val build_not _1 value_exp _val _1 typedef foldlp..