aboutsummaryrefslogtreecommitdiff
path: root/spec/parcom_spec.cr
diff options
context:
space:
mode:
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