Added some notes on the fixed size stack issue.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 6 Sep 2007 15:01:27 +0000 (15:01 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 6 Sep 2007 15:01:27 +0000 (15:01 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@275 052ea7fc-9027-0410-9066-f65837a77df0

TODO

diff --git a/TODO b/TODO
index 9a18768..e5304cf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -76,6 +76,8 @@ regular expression?
 The |> guarded operator and the <| guarded operator need to be added.
 
 The fixed size stack is a problem for manual recursion of unlimited depth.
+    stack[top++] = ftargs; fgoto call_arg
+    fgoto* stack[--top];
 
 An option to turn off the removal of duplicate actions might be useful for
 analyzing unintentional nondeterminism.