Skip to content

EddVargs8/COMPILADOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPILADOR

Compilar usando:

flex lexico.l
bison -d -t sintactico.y
gcc lex.yy.c sintactico.tab.c .\a

El programa asume que tienes un archivo de datos llamado Datos.txt el cual será el input para el programa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published