You are on page 1of 1

try {

parser p = new parser(new Yylex(new


java.io.FileInputStream("D:\\Ejemplo\\entrada.txt")));
p.parse();
}
catch(Exception e) { System.out.println(e.getMessage());}

You might also like