El Martes, 3 de Febrero de 2009, Iñaki Baz Castillo escribió: > Hi, I want to set the "main" value of a Ragel dynamically based on the > content of a "main.h" file. Note however that I run Ragel using Ruby as > host language.
Ok, I've solved it using replacing the "main := xxxx" string with "sed" before running ragel. -- Iñaki Baz Castillo _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
