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

Elifant elifantu at mail.ru
Mon Jul 2 04:35:10 CEST 2007


Andrei Varanovich wrote:

> I am thinking about writing the macro for manipulating with MDX querries 
> (like we have for SQL).
> It can be usefull for OLAP developers. May be I can even participate in 
> using your library. What do you think?

I've already started to write SQL parser (and I found that I forgot to 
port Parsec.Expr,
so I need to port it now :-) ). If you want to try my library for MDX 
parser, I'll try to
publish it this week and will help you with it.

It isn't documented yet, but if you know Haskell, it is enough to read
http://www.cs.uu.nl/~daan/download/parsec/parsec.html
and view some examples in Nemerle. I tried to reproduce Haskell syntax
as close as I can, even "do" notation with "<-" bindings.

To Nemerle developers: should I depelop my library in separate repository
until it will be stable and complete, or I can develop it in Nemerle one?




More information about the devel-en mailing list