Home
last modified time | relevance | path

Searched refs:SyntaxErrors (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas560 property SyntaxErrors: Integer read GetSyntaxErrors write SetSyntaxErrors; property
4430 Result := FState.SyntaxErrors;
4680 FState.SyntaxErrors := FState.SyntaxErrors + 1; // don't count spurious
4698 FState.SyntaxErrors := 0;
/external/python/cpython2/Lib/idlelib/
DNEWS.txt397 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
/external/python/cpython2/Misc/
DNEWS3908 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
8245 - Issue #1326077: Fix the formatting of SyntaxErrors by the traceback module.
10651 - Patch #1031213: Decode source line in SyntaxErrors back to its
DHISTORY5247 that have an attribute print_file_and_line, not just SyntaxErrors.
6942 legal that were SyntaxErrors before: