Note on the data variable for ruby and java code.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 14 Jun 2007 03:49:47 +0000 (03:49 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 14 Jun 2007 03:49:47 +0000 (03:49 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@244 052ea7fc-9027-0410-9066-f65837a77df0

doc/ragel-guide.tex

index 2699138..e63ae9c 100644 (file)
@@ -2547,6 +2547,7 @@ The variable statement allows one to tell ragel how to access a specific
 variable. All of the variables which are declared by the user and
 used by Ragel can be changed. This includes \verb|p|, \verb|pe|, \verb|cs|,
 \verb|top|, \verb|stack|, \verb|tokstart|, \verb|tokend| and \verb|act|.
+In Ruby and Java code generation the \verb|data| variable can also be changed.
 
 \section{Write Statement}
 \label{write-statement}