Nemerle Documentation

MainParser Class

Parser class, which transforms preparsed token tree into Nemerle parse trees.

For a list of all members of this type, see MainParser Members.

System.Object
   Nemerle.Compiler.MainParser

public class MainParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

It also contains some helper methods to perform operation needed to parse string as expression or entire file given [LexerBase] instance.

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

MainParser Members | Nemerle.Compiler Namespace