Skip to content

Commit

Permalink
Se actualizó nombre y versión del compilador
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodearmas authored Mar 1, 2020
1 parent 6de05c4 commit b584b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coolc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ INPUT_FILE=$1
OUTPUT_FILE=${INPUT_FILE:0: -2}mips

# Si su compilador no lo hace ya, aquí puede imprimir la información de contacto
echo "LINEA_CON_NOMBRE_Y_VERSION_DEL_COMPILADOR" # TODO: Recuerde cambiar estas
echo "Copyright (c) 2019: Liset Silva Oropesa, Pablo A. de Armas Suárez, Yenli Gil Machado" # TODO: líneas a los valores correctos
echo "COOLCompiler 1.0.1"
echo "Copyright (c) 2019: Liset Silva Oropesa, Pablo A. de Armas Suárez, Yenli Gil Machado"

# Llamar al compilador
#echo "Compiling $INPUT_FILE into $OUTPUT_FILE"
Expand Down

0 comments on commit b584b04

Please sign in to comment.