aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-05 18:42:42 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-05 18:42:42 +0100
commit455820fc8438ab72c963ef354b9e32f6e5af1e65 (patch)
tree60a98086357c125e6193037d24f3a4254f27af41 /src/parser.cpp
parentae72b3c5bd80fad917a7e2d78d9945b9f19adb52 (diff)
Speed up SSA generation and clang compilation
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp1
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;