#include <except_terminal.h>
Inheritance diagram for grammar_to_parser::basic_except_terminal< E, except_choice >:
Public Member Functions | |
unsigned long | parse (const E *buf, const unsigned long buf_length) |
std::basic_istream< E > & | parse (std::basic_istream< E > &is) |
std::basic_ostream< E > & | format (std::basic_ostream< E > &os) |
|
Formats the previously parsed or stored value into output stream. Implements grammar_to_parser::basic_parser< E >. |
|
The method succeedes if input word is not recognized by except_choice. Implements grammar_to_parser::basic_parser< E >. |
|
The method succeedes if input word is not recognized by except_choice. Implements grammar_to_parser::basic_parser< E >. |