From: thurston Date: Thu, 6 Sep 2007 15:01:27 +0000 (+0000) Subject: Added some notes on the fixed size stack issue. X-Git-Tag: 2.0_alpha~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2f710a3aaac6cbbe1be6426516cc725e1e7e7cd;p=external%2Fragel.git Added some notes on the fixed size stack issue. git-svn-id: http://svn.complang.org/ragel/trunk@275 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/TODO b/TODO index 9a18768..e5304cf 100644 --- 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.