diff options
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index eb7d05952..afe52ae6b 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -33,6 +33,7 @@ struct AstFile { ErrorCollector error_collector; + // TODO(bill): Error recovery // NOTE(bill): Error recovery #define PARSER_MAX_FIX_COUNT 6 isize fix_count; |