- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Where i can find more information about Ratpack parsers
Wed, 2010-04-21, 15:24
Where i can find more information about Ratpack parsers, and maybe some sample application using it on scala 2.8 ??
Thanks,
Fabio
Thanks,
Fabio
Wed, 2010-04-21, 21:57
#2
Re: Re: Where i can find more information about Ratpack parser
i was thinking something more scala related.. but i found kiama project
http://code.google.com/p/kiama/ with a little more content and links for that..
sorry about my misunderstood, i think Sinatra would accept parse only "my way" and with a glass of a scotch on the other hand :)
thanks
On Wed, Apr 21, 2010 at 4:25 PM, Ken Bloom <kbloom@gmail.com> wrote:
sorry about my misunderstood, i think Sinatra would accept parse only "my way" and with a glass of a scotch on the other hand :)
thanks
On Wed, Apr 21, 2010 at 4:25 PM, Ken Bloom <kbloom@gmail.com> wrote:
On Wed, 21 Apr 2010 11:24:49 -0300, Fabio Kaminski wrote:
> Where i can find more information about Ratpack parsers, and maybe some
> sample application using it on scala 2.8 ??
>
> Thanks,
>
> Fabio
The correct term is Packrat parsers, and if you google that, you can find
pages like http://pdos.csail.mit.edu/~baford/packrat/ which seems to be
the offical homepage for Packrat parsers.
--
Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/
On Wed, 21 Apr 2010 11:24:49 -0300, Fabio Kaminski wrote:
> Where i can find more information about Ratpack parsers, and maybe some
> sample application using it on scala 2.8 ??
>
> Thanks,
>
> Fabio
The correct term is Packrat parsers, and if you google that, you can find
pages like http://pdos.csail.mit.edu/~baford/packrat/ which seems to be
the offical homepage for Packrat parsers.