My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 37
The purpose of this project is to integrate LLVM in a simple OS kernel (written from scratch). All the binaries used by this OS will be LLVM bitcode files.
llvm-power.
= The Crack Programming Language = Crack aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source to machine code on the fly (it will cache the code to intermediate formats as ap...
LLVM-Lua, is a JIT and static Lua compiler that uses [http://llvm.org/ Low Level Virtual Machine (LLVM)] as the compiler backend. === Features === * JIT compile Lua scripts to native code using LLVM's JIT engine. JIT supports x86, x86_64, PowerPC 32/64 processors. * Compile Lua scripts to ...
Luaclang is a module (loadable library) for the Lua programming language ([http://www.lua.org www.lua.org]) providing bindings to the LLVM/Clang APIs ([http://www.llvm.org www.llvm.org]), in order to control LLVM/Clang from within Lua scripts. The combination of the Lua scripting language and the...
_llvm-py_ is a [http://www.python.org/ Python] package that provides Python bindings for [http://llvm.org/ LLVM]. All the interesting stuff is at: http://mdevan.nfshost.com/llvm-py/. Only the [http://code.google.com/p/llvm-py/source/checkout SVN], [http://code.google.com/p/llvm-py/issues/list bug...
The goal of the ccons project is to create an interactive console for the C programming language, similar to "python" and "irb" for Python and Ruby respectively. The project builds on top of [http://clang.llvm.org/ clang] and [http://llvm.org llvm]. See [http://fizzysoft.net/personal/ccons.pdf...
Almost-LPC is most closely related to the existing LPMud server family. Both the language and runtime design differs in critical ways from the basic design however and the overall outcome is something that is not backwards compatible with 2.4.5. A description of the critical differences can be found...
metal is a systems language with some unique features. The compiler generates LLVM output, but is not finished yet.
The purpose of this project is create a Makefile System without usage of GNUMake. We can use this Makefile system to make a pure clang &LLVM compile environment. We plan to develop it with lua languages(a platform independence script language) The format of my Makefile is Compatible to CMake form...
1 2 3 4 Next