Skip to content

anaaroch/TrabCompiladores

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Para rodar o código

  • Baixe o Flex sudo apt-get install flex
  • Para rodar
1 - flex valida_data.l
2 - gcc lex.yy.c -o valida_data
3 - ./valida_data < entrada.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • Lex 2.2%