Zigbee Protocol Controller 1.6.0
|
describes the grammar rules of .uam files More...
Classes | |
struct | term_rule_operators_ |
struct | expr_rule_operators_ |
class | SkipperGrammar< IteratorType > |
Skipper grammer. More... | |
struct | strict_real_policies< T > |
Main UAM grammer. More... | |
class | UAMGrammar< IteratorType, Skipper > |
Typedefs | |
using | defines_t = qi::symbols< char, ast::expression > |
Variables | |
term_rule_operators_ | term_rule_operators |
expr_rule_operators_ | expr_rule_operators |
describes the grammar rules of .uam files
This file contains the definition of two grammes which are used by the mail UAM parser.
A skipper parse which parses whitspaces and comments and a UAM Grammer parser.
using defines_t = qi::symbols<char, ast::expression> |
expr_rule_operators_ expr_rule_operators |
term_rule_operators_ term_rule_operators |