Home
last modified time | relevance | path

Searched defs:parser_lexer (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.h484 struct parser_lexer { struct
487 int _in_rpn_; // 1 inside RPN expression
488 int _lexer_line_number_;
489 int _lexer_column_number_;
491 int _initialisation_done_;
492 std::string _comment_s_;
493 std::string _parser_filename_;
494 std::string _parser_error_;
495 int _first_error_line_;
496 std::string _error_token_name_;
[all …]