예제 #1
0
 private static string ToTreeFormat(string text, Dictionary <ElementType, Func <object, Formatter.Tag> > translations)
 {
     return(Formatter.ToTreeFormat(Formatter.Parse(text), translations));
 }
예제 #2
0
 public static List <Element> Parse(string text)
 {
     return(Formatter.Parse(Formatter.Lexer.Lex(text)));
 }