Related articles |
---|
Ragel State Machine Compiler nospam@ragel.ca (Adrian Thurston) (2002-02-28) |
Ragel State Machine Compiler athurston@gmail.com (age) (2006-01-07) |
From: | "age" <athurston@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 7 Jan 2006 22:13:16 -0500 |
Organization: | http://groups.google.com |
Keywords: | tools, available |
Posted-Date: | 07 Jan 2006 22:13:16 EST |
This is the second announcement of Ragel State Machine Compiler. Ragel
was first announced in 2002. Since then it has been improved
considerably and is now expected to stabilize.
Ragel builds executable state machines from regular expressions. It
can be used to build very fast parsers of many kinds, from programming
language scanners to input validators to data conversion routines. The
Ragel approach is to embed code into regular expressions. Ragel
parsers integrate easily with the host program and have no
dependencies. Ragel supports C, C++, Objective-C and D.
http://www.elude.ca/ragel/
Regards,
Adrian
Return to the
comp.compilers page.
Search the
comp.compilers archives again.