Nemerle Documentation

GrammarElement._N_GetVariantCode Method 

Nodes representing a tree of syntax extension definition.

public abstract int _N_GetVariantCode();

Remarks

Macros contain list of elements of grammar to describe syntax extensions, which they introduce. Later, parser is reading those lists and merge them into current tree of syntax extensions, which can have branches and contain macro call definitions in leaves.

See Also

GrammarElement Class | Nemerle.Compiler Namespace