Added a couple items.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 10 Feb 2007 20:23:57 +0000 (20:23 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 10 Feb 2007 20:23:57 +0000 (20:23 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@93 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index 9eeabff..15e0ae0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
+Verbose embeddings %eof a  to   $eof(a).
+User defined embeddings <-name(a1,a2,...).
+User defined operators expr1 <name> expr2.
+
+Doesn't make make sense for [] to be the lambda (zero-length) machine. This
+should be the empty set (the empty machine). But then would it be invalid in a
+regular expression?
+
 Add an option (probably -L) for turning off line numbers for debugging the
 generated state machine.