@@ -21,9 +21,9 @@ private auto createException(Lexer)(Lexer lex, string msg) { return new ParseException(lex.empty?null:lex.front.pos, msg); } -/// Entry point of this module +/// Entry points of this module auto parseString(S, T...)(S str, T fn_ln_cn) { return parserFromString(str, fn_ln_cn).parse(); }