示例#1
0
 public static Node Parse(string str) => Parse(new Tokenizer(new StringReader(Preparator.Prepare(str))));
示例#2
0
 public static Node Parse(string str, Context cxt) => Parse(new Tokenizer(new StringReader(Preparator.Prepare(str, cxt))));