Nemerle Documentation

MainParser.ParseExpr Method 

Parse given string as expression, given context in which this expression is situated.

public static PExpr ParseExpr(
   GlobalEnv env,
   string expr
);

See Also

MainParser Class | Nemerle.Compiler Namespace