Skip to content

dbeatrice353/Compiler2

Repository files navigation

Compiler2

python 2.7 LLVM 3.4

A study in compiler theory.

To run:

$ python compiler.py hello_world.src  # compile a source file to the llvm ir (.ll)
$ lli ir.ll                           # run the .ll file using lli

About

A study in compiler theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published