[nem-en] Parser combinators / Do you need to parse something?

Kamil Skalski kamil.skalski at gmail.com
Sun Jul 1 09:29:06 CEST 2007


I'm not sure if this will be useful immediately now, but I remember we
wanted do have some SQL parser some time ago to perform SQL queries
analysis in macros. The SQL macros are now checking SQL by sending it
to data-base, but having the queries directly in parsed form would
open up new possibilities.
On the other hand having YAML parser would be probably more useful,
but I guess this is not very complex.

2007/7/1, Elifant <elifantu at mail.ru>:
> Hello all.
>
> I've ported Parsec library from Haskell to Nemerle. It is almost
> complete, it can parse strings and XML (uses XmlReader inside).
> Now I need to polish it. I want to write complex parser in order to
> debug library and show how to use it.
> I can write parser for something like YAML or Python, but if you need
> some parser for your needs, tell me about it.
> Thus it will be usefull not only to me, but to you too.
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


-- 
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list