Class and macro library - vilinski/nemerle GitHub Wiki

The Nemerle standard and compiler library auto-generated documentation provides detailed information on core classes.

Note: This is a preliminary version. Until we configure the NDoc tool correctly, the definitive reference can be found directly in the source code.

Standard library

The main page for class library documentation contains the JavaScript namespace tree.

For the average user, the following namespaces are the most useful:

You can also have a look at the .NET class library documentation at MSDN.

Macro library

Here are some useful and interesting macro sets you may want to use:

Compiler library

  • The Compiler API.
  • The especially useful TypeBuilder, which is available for macros which operate on the object hierarchy.
⚠️ **GitHub.com Fallback** ⚠️