[ragel-users] problems with java generation in ragel 6.x trunk

Andrei Polushin polus... at gmail.com
Mon Mar 24 08:59:11 UTC 2008


Stephen Bannasch wrote:
> I'm working on getting Hpricot to work using trunk ragel. Right now 
> I'm getting lots of undefined Symbols.
> 
> Any ideas on where to start fixing this would be great.
> 
> It does work with ragel 5.25.
> 
> [...]
> 
> The errors start with a series of these:
> 
> HpricotScanService.java:821: cannot find symbol
> symbol  : variable ts
> location: class HpricotScanService
> 	ts = -1;
>          ^
> HpricotScanService.java:822: cannot find symbol
> symbol  : variable te
> location: class HpricotScanService
> 	te = -1;
>          ^

The "tokstart" and "tokend" variables should be renamed to "ts" and "te", as 
of Ragel 6.0.


-- 
Andrei Polushin



More information about the ragel-users mailing list