Skip to content

consvic/Analyzer

Repository files navigation

Analyzer

Syntactic, Semantic Analysis and Interpreter

Autores

Constanza Lievanos Sanchez A01361506

Allan Francisco Julian Novoa A01361651

Cesar Guadarrama Cantu A01364853

Compilación

  • flex Scanner.l -.Genera el archivo lex.yy.c
  • bison tinyC.y -.Genera el archivo tinyC.tab.c
  • gcc tinyC.tab.c -o "Nombre del ejecutable" -lfl
  • ./"Nombre del ejecutable" < "Archivos de Prueba"(test1.txt,test2.txt,test3.txt,test4.txt)

o

$ make

$ ./compiladores < test2.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages