Skip to content

Compile Theory Course Design : Flex & Bison based Compiler Foreground

License

Notifications You must be signed in to change notification settings

MacsedProtoss/Compile-Theory-Course-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompileTheory

flex & bison based Compiler ForeGround

usage

this will clean rebuild Compiler

./buildCompiler.sh

this will compile ./test/test.swiftl & export binary automatically

./runCompiler.sh

how to export binary manually

./compiler ./test/test.swiftl

llc -march=x86-64 ./test/test.ir --filetype=obj -o ./test/test.o

clang -v ./test/test.o -o ./test/test

About

Compile Theory Course Design : Flex & Bison based Compiler Foreground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published