This class contains some very common parser definitions. More...
#include <rtt/scripting/CommonParser.hpp>
Public Member Functions | |
| void | seenillegalidentifier () |
Public Attributes | |
| chset | identchar |
| symbols< nil_t > | keywords |
| rule_t | keyword |
| rule_t | idr |
| lexeme_rule_t | idlr |
| rule_t | identifier |
| rule_t | notassertingidentifier |
| lexeme_rule_t | lexeme_identifier |
| lexeme_rule_t | lexeme_notassertingidentifier |
| rule_t | eos |
| End Of Statement Parser. | |
| lexeme_rule_t | leos |
| End Of Statement Parser. | |
| bool | skipeol |
| Saves eol skipping state. | |
| functor_parser< eol_skip_functor > | skipper |
| End Of Statement Parser. | |
This class contains some very common parser definitions.
Definition at line 52 of file CommonParser.hpp.
End Of Statement Parser.
Identifies the end of a statement in Orocos scripting.
Definition at line 78 of file CommonParser.hpp.
| lexeme_rule_t RTT::detail::CommonParser::leos |
End Of Statement Parser.
Identifies the end of a statement in Orocos scripting.
Definition at line 79 of file CommonParser.hpp.
| functor_parser<eol_skip_functor> RTT::detail::CommonParser::skipper |
End Of Statement Parser.
Identifies the end of a statement in Orocos scripting.
Definition at line 83 of file CommonParser.hpp.
1.6.3