Nemerle Documentation

MainParser.Parse Method 

Parse well formed source code of toplevel program, using the given instance of [LexerBase] for obtaining tokens.

public static list Parse(
   LexerBase lex
);

See Also

MainParser Class | Nemerle.Compiler Namespace