Thanks Brian! A link is on the way. Adrian ------Original Message------ From: Brian Pane Sender: [email protected] To: ragel-users ReplyTo: [email protected] Subject: [ragel-users] Ragel grammars for HTML, CSS, and JavaScript Sent: Jun 15, 2010 7:51 AM
I made some Ragel grammars for HTML, CSS, and JavaScript as part of a project. Just in case they're useful to anybody else out there, I've released them under the Apache license: http://github.com/brianpane/jitify-core (look in the src/core subdirectory for the *.rl files). Each is based on the corresponding language's spec, but modified to reduce nondeterminism and to try to be more forgiving of real-world content. The grammars are by no means perfect, but they might serve as a decent starting point for other folks who need to parse those languages. -Brian _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
