Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
January 06, 2006 scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now includes support for the D language. Ragel builds 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. http://www.elude.ca/ragel/ Regards, Adrian |
January 06, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adrian Thurston | Adrian Thurston wrote:
> Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now
> includes support for the D language.
>
> Ragel builds 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.
>
> http://www.elude.ca/ragel/
>
> Regards,
> Adrian
very cool. thanks for the info!
Chris
|
January 09, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adrian Thurston | "Adrian Thurston" <my_last_name@cs.queensu.ca> wrote in message news:dpmg43$1ju3$1@digitaldaemon.com... > Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now includes support for the D language. Thanks! I've added a link to www.digitalmars.com/d/dlinks.html. Can you please replace the phrase on the web page "D output" with "<a href="http://www.digitalmars.com/d/">D programming language</a> output"? |
January 09, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adrian Thurston | Coolness :) Charlie "Adrian Thurston" <my_last_name@cs.queensu.ca> wrote in message news:dpmg43$1ju3$1@digitaldaemon.com... > Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now includes support for the D language. > > Ragel builds 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. > > http://www.elude.ca/ragel/ > > Regards, > Adrian > > |
January 11, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Hi, I've linked back to the D homepage from the Ragel page. Cheers, Adrian In article <dpt9re$1jnb$1@digitaldaemon.com>, Walter Bright says... > > >"Adrian Thurston" <my_last_name@cs.queensu.ca> wrote in message news:dpmg43$1ju3$1@digitaldaemon.com... >> Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now includes support for the D language. > >Thanks! I've added a link to www.digitalmars.com/d/dlinks.html. Can you please replace the phrase on the web page "D output" with "<a href="http://www.digitalmars.com/d/">D programming language</a> output"? > > |
January 12, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to my_last_name | <my_last_name@cs.queensu.ca> wrote in message news:dq3d0d$1p7s$1@digitaldaemon.com... > Hi, I've linked back to the D homepage from the Ragel page. Thanks! |
January 12, 2006 Re: scanners and parsers in D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adrian Thurston | "Adrian Thurston" <my_last_name@cs.queensu.ca> wrote in message news:dpmg43$1ju3$1@digitaldaemon.com... > Hi, thanks to the work of Alan West, the Ragel State Machine Compiler now includes support for the D language. > > Ragel builds 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. > > http://www.elude.ca/ragel/ > > Regards, > Adrian This page needs updating, too: http://directory.fsf.org/devel/compilers/ragel.html Thanks, -Walter |
Copyright © 1999-2021 by the D Language Foundation