Exemplo n.º 1
0
 public static Node Parse(string str) => Parse(new Tokenizer(new StringReader(Preparator.Prepare(str))));
Exemplo n.º 2
0
 public static Node Parse(string str, Context cxt) => Parse(new Tokenizer(new StringReader(Preparator.Prepare(str, cxt))));