aboutsummaryrefslogtreecommitdiff
path: root/spec/parcom_spec.cr
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-03-18 22:52:08 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-03-18 22:52:08 +1300
commit0c7a2fe2c675ec742a953a4614d993e4f2694fff (patch)
tree3a1ffe9f4a898a413c15bc791da917d482544ea8 /spec/parcom_spec.cr
parent6406766e5a175c87dfc20c1ff1374c8c8a163517 (diff)
TODO comments
Diffstat (limited to 'spec/parcom_spec.cr')
-rw-r--r--spec/parcom_spec.cr8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/parcom_spec.cr b/spec/parcom_spec.cr
index 870b0a2..749f7e0 100644
--- a/spec/parcom_spec.cr
+++ b/spec/parcom_spec.cr
@@ -415,5 +415,13 @@ describe Parser do
end
end
end
+ # TODO: exactly
+ # TODO: at_least
+ # TODO: at_most
+ # TODO: between
+ # TODO: first_of
+ # TODO: sep_by
+ # TODO: phrase
+ # TODO: peek
end