We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f139cf5 commit f1345c3Copy full SHA for f1345c3
src/vm/parse.nim
@@ -16,8 +16,10 @@
16
##
17
## The main entry point is `doParse`.
18
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.
+# TODO(VM/parser) Enhance/rewrite the whole file
+# - 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
23
# labels: vm, parser, cleanup
24
25
#=======================================
0 commit comments