Skip to content

vedantk/CodeGenWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGenWorkshop

In this workshop we'll look at how to implement a jit compiler for a custom programming language.

This covers lexical analysis with flex (lex.l), parser generation with bison (parse.yy), and code generation with llvm (jit.cc).

We'll take a look at the entire compiler and make modifications at every level. We should have time for advanced features such as capturing lexical closures.

About

code generation with llvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages