ragel icon indicating copy to clipboard operation
ragel copied to clipboard

Go driver for ragel scanners

Results 2 ragel issues
Sort by recently updated
recently updated
newest added

word.rl:27:19: graph lookup of "uletter" failed had to change line 22: from ``` include WCHAR "utf8.rl"; ``` ...to... ``` include UTF8 "utf8.rl"; ```

The current implementation does allow fcall out-of-the-box. Need to add `stack` and `top`. Time for a v3 and rethink `SaveVars`/`GetVars`? EDIT: stack handling can be implemented via a custom ragel.Interface

enhancement