Nemerle Documentation

PreParser Class

Transforms stream of tokens from given LexerBase to token tree with matched brackets.

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

System.Object
   Nemerle.Compiler.PreParser

public class PreParser

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.

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

PreParser Members | Nemerle.Compiler Namespace