Skip to content

Commit f1345c3

Browse files
committed
replaced TODO
1 parent f139cf5 commit f1345c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/vm/parse.nim

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
##
1717
## The main entry point is `doParse`.
1818

19-
# TODO(VM/parser) General cleanup needed
20-
# There are various pieces of commented-out code that make the final result pretty much illegible. Let's clean this up.
19+
# TODO(VM/parser) Enhance/rewrite the whole file
20+
# - The parser is currently a bit of a mess
21+
# - It should be rewritten to be cleaner & more efficient
22+
# - It should also be more error-aware
2123
# labels: vm, parser, cleanup
2224

2325
#=======================================

0 commit comments

Comments
 (0)