Skip to content

mruprich/VYPe2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VYPe2015

University project - compiler creation

Compiling and running the scanner: $cd build $flex++ --noyywrap ../src/scanner/scanner.lex (-this will generate lex.yy.c in build directory) $g++ lex.yy.cc -o scanner -lfl (-I think you need to install flex-devel to use the -lfl it so in case it doesn't work - try that)

Now you can use the scanner like this: $./scanner < input OR $./scanner -and than use the stdin

About

University project - compiler creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published