Exemplo n.º 1
0
 private static bool Prefix(ParseContext parseContext, ref IAst ast)
 {
     ast.BeginInit(parseContext, true);
     return(true);
 }