summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-04 14:57:34 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-04 14:57:34 -0500
commit55aa79694b1589699134b1f5d2480a7b4ff27782 (patch)
tree69a4efd3df816fe78e9dc6a164142160237bcd50
parent7bcb881c54640444bb948f4c38f126f2e53c4648 (diff)
corrected comment
-rw-r--r--toc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toc.c b/toc.c
index 0c15be9..58c8aee 100644
--- a/toc.c
+++ b/toc.c
@@ -12,8 +12,7 @@
(lexing)
toc tries to continue even after the first error.
- It will not continue during cgen, but it will during tokenization,
- parsing, and typing. If one stage fails, the following ones do not
+ If one stage fails, the following ones do not
start.
toc's memory management works using an allocator which never frees anything.