Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/pabloBranch'
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Feb 25, 2016
2 parents dcd9cfb + 0da4880 commit 094e6bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Codigo/Gramatica.flex
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ ComparatorOp = (>|<|=|>=|<=|<>)
{
System.out.println("< IDENTIFICADOR: " + yytext()+" >");
}
" " {} //Para no reconocer espacios

//Para que las pruebas queden en columnas al hacer System.out.print (los espacios no se imprimirán)
" " {}

}

Expand Down

0 comments on commit 094e6bf

Please sign in to comment.