aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-06-04 20:41:20 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-06-04 20:44:58 -0700
commit83183122f180ce0fdbf3b5c1c8ff828d762348a8 (patch)
tree0f536166e9e2169b8aa33a8a8a20ba7e29109950 /core/collections.nom
parent563e415e07ea45df8c80fc9a2afc652e3e6d8c83 (diff)
Optimizations and cleanup. Build script now fails on first error and
uses the precompiled versions it has just compiled.
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 8e7576d..0bf5cef 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -172,5 +172,3 @@ immediately
(% in %seen) <- (yes)
return %unique
-
-# TODO: maybe make a generator/coroutine?