¡@

Home 

c++ Programming Glossary: not_expr

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

is and_expr . and_expr We try its InitialParser which is not_expr . not_expr not_token fails so we try value_expr . value_expr.. . and_expr We try its InitialParser which is not_expr . not_expr not_token fails so we try value_expr . value_expr arg1_token.. succeeds. The return type is arg 0 and we go back to not_expr . not_expr the return type is not modified at this step. We..