Changeset ce691d2 for src/Parser/lex.ll
- Timestamp:
- Jan 30, 2023, 9:36:09 PM (22 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 7a24d76, 9d0ff30, 9ef5516
- Parents:
- d2b94f2 (diff), 8728104 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/lex.ll
rd2b94f2 rce691d2 10 10 * Created On : Sat Sep 22 08:58:10 2001 11 11 * Last Modified By : Peter A. Buhr 12 * Last Modified On : Fri Jan 20 12:08:37202313 * Update Count : 76 612 * Last Modified On : Mon Jan 30 19:03:34 2023 13 * Update Count : 767 14 14 */ 15 15 … … 503 503 SemanticErrorThrow = true; 504 504 cerr << (yyfilename ? yyfilename : "*unknown file*") << ':' << yylineno << ':' << column - yyleng + 1 505 << ": " << ErrorHelpers::error_str() << errmsg << " attoken \"" << (yytext[0] == '\0' ? "EOF" : yytext) << '"' << endl;505 << ": " << ErrorHelpers::error_str() << errmsg << " before token \"" << (yytext[0] == '\0' ? "EOF" : yytext) << '"' << endl; 506 506 } 507 507
Note: See TracChangeset
for help on using the changeset viewer.