[ragel-users] ragel didn't rename data variable for C# code.

ragel-user at jgoettgens.de ragel-user at jgoettgens.de
Thu Mar 24 20:34:01 UTC 2011


Denis,

inside the share directory of the Windows distribution there are 2 files (Ragel.rules and usertype.dat) to support custom builds so you don’t have to do everything by hand with new projects. When you install them you can set Ragel options inside your solution, pretty much like with the C/C++ compiler and they are saved with the other settings. The build chain is just a little bit longer and due to the mapping betwen the suffix .rl to the rules , Ragel

You could decide to debug the .rl file or the generated file. On the Windows platform, there might currently be a problem handling all paths correctly. At least I have not checked the #line directives lately, but I guess the MS compiler understands the Unix path conventions.

jg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.colm.net/pipermail/ragel-users/attachments/20110324/ae22678c/attachment-0001.html>
-------------- next part --------------
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list