From 7093aee34562c8b8c089aa56e5c7a62075500a46 Mon Sep 17 00:00:00 2001 From: thurston Date: Thu, 14 Jun 2007 03:49:47 +0000 Subject: [PATCH] Note on the data variable for ruby and java code. git-svn-id: http://svn.complang.org/ragel/trunk@244 052ea7fc-9027-0410-9066-f65837a77df0 --- doc/ragel-guide.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ragel-guide.tex b/doc/ragel-guide.tex index 2699138..e63ae9c 100644 --- a/doc/ragel-guide.tex +++ b/doc/ragel-guide.tex @@ -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} -- 2.7.4