The Blog

04 Nov 2005: Nemerle 0.9.1 is out

This release brings the long-awaited indentation syntax and a few bugfixes.

About 150 SVN commits were made since the last release.

Availability

As usual we provide a source code release and a number of binary packages. Starting with this release we provide a generic Unix binary installer, similar to the one Mono has (but text-mode only). RPM and MSI packages are also ready. DEB package is on its way.

Language changes

With the -i option compiler can now recognize indentation based syntax. More info at the wiki page.

Additions

The library

Bugfixes

From: Jim Apple (68.169.40.147)

Where can I find documentation on the new matching compiler?

From: Michal Moskal (81.219.231.12)

There should be no user-side changes with the new matching compiler, so there is no user-side documentation.

As for the implementation this is a fairly standard decision trees approach. Have a look at the mailing list archives for details.

I hope this helps.