[nem-en] Parentheses

nazgul at nemerle.org nazgul at nemerle.org
Wed Sep 8 17:47:28 CEST 2004


On Wed, Sep 08, 2004 at 05:23:22PM +0200, Michal Moskal wrote:
> > 
> > List.Map ([B()], fun x -> x.foo );
> > 
> > Would this be possible?
> 
> Maybe it will be possible to easily change syntax of the entire
> language, when the new parser is implemented. Parser will then have much
> less core and much more macros. Kamil? 

After the 0.2 release I'm going to try Pawel's rewriting ideas. For now,
I like adding new bug report every hour :)

I tried running lexing and parsing from separate (as an approach to new
parser) and made some measurements:
lexing macros.n: 0.12s
parsing and lexing macros.n: 0.56s

Kamil




More information about the devel-en mailing list