Skip to content

LexYaccExamples is a compilation of Lex and Yacc example programs

License

Notifications You must be signed in to change notification settings

Flolight/LexYaccExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LexYaccExamples

This project is about learning how to use Lex and Yacc to do some nice stuff.

simple_ones directory

This directory gathered very simple examples of programs using Lex.

How to try it

Just run the "without extention" file. Or, to understand the process :

  • flex -t file.l > file.c
  • cc -c -o file.o file.c
  • cc -o file file.o -ll

About

LexYaccExamples is a compilation of Lex and Yacc example programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published