Skip to content

A Lua front-end for LLVM to translate code into calls to the Lua C API.

Notifications You must be signed in to change notification settings

lsavino/luac-llvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Lua front-end for LLVM, written in Haskell. This compiler is meant to translate Lua source code into native code (via LLVM IR) that simply calls through to the Lua C API. This project is primarily a learning exercise from start to finish, so don't expect to use this on your production code anytime soon.

This project is public domain, and can be incorporated for free and without any attribution for any use.

About

A Lua front-end for LLVM to translate code into calls to the Lua C API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published