[nem-en] Nemerle compiler

Kamil Skalski kamil.skalski at gmail.com
Sat May 20 09:50:08 CEST 2006


You should look at
http://nemerle.org/Compiler_internals

It is still not updated to the point of good architecture description,
but I guess it is quite informative.

As I slowly refactor the static modules to the more OO design things
will maybe change a bit, but the general idea is the same:

There is Passes module, which is executing consequent steps of
compilation. In various flows, like standard compilation, compilation
in interactive shell, etc. we switch on/off some steps or change their
behaviour.


2006/5/20, Andrei Faber <andrei.faber at gmail.com>:
> Hello guys,
>
> could somebody tell about key work principles and classes of compiler
> in a few words?
>
> Best wishes,
> Andrei
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


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



More information about the devel-en mailing list