¡@

Home 

c++ Programming Glossary: op_xor

Boolean expression (grammar) parser in c++

http://stackoverflow.com/questions/8706356/boolean-expression-grammar-parser-in-c

of expr struct op_or tag struct op_and tag struct op_xor tag struct op_not tag typedef std string var template typename.. binop op_and boost recursive_wrapper binop op_xor boost recursive_wrapper binop op_or expr full source below Grammar.. xor_ _val _1 xor_ and_ xor and_ _val phx construct binop op_xor _1 _2 and_ _val _1 and_ not_ and not_ _val phx construct binop..