Skip to content

Trabajo Practico de sintaxis y semantica de los lenguajes UTN

Notifications You must be signed in to change notification settings

LautaroPingitore/TP_Sintaxis_UTN

 
 

Repository files navigation

--------------------------- COMO USAR

-- COMPILAR: 

bison -d parser.y
flex scanner.l
gcc parser.tab.c lex.yy.c -o parser -lfl

-- EJECUTAR:

./parser testBueno.txt    (o cualquier test)

About

Trabajo Practico de sintaxis y semantica de los lenguajes UTN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • Yacc 2.0%
  • Lex 1.3%