lal
Lisp compiler
A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code
Scheme (dialect) to Lua compiler
20 stars
2 watching
4 forks
Language: Lua
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
teal-language/tl | A compiler for a typed dialect of Lua that provides type checking and compilation capabilities | 2,161 |
dirkschumacher/llr | A Lisp-like language inspired by Clojure that compiles to R's abstract syntax tree for interpreted expression evaluation. | 202 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 604 |
dundalek/liz | A Lisp-flavored programming language built on top of Zig, aiming to provide a lower-level alternative to Clojure with more direct access to hardware. | 266 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 372 |
yubrot/llrl | An experimental compiler for a Lisp-like programming language with a focus on self-hosting and compilation to LLVM backend. | 156 |
clozure/ccl | A Common Lisp compiler and runtime environment | 855 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
ajeetdsouza/loxcraft | A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 275 |
gligneul/lua-low-level | An implementation of Lua using the LLVM C++ toolchain to generate native code with improved performance. | 10 |
sctb/lumen | A Lisp implementation with flexible compilation and extensible special forms for JavaScript, designed to match the target runtime environment closely. | 561 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
yanghuan/csharp.lua | A compiler tool that translates C# code into Lua bytecode. | 1,226 |
andremm/typedlua | A statically typed superset of Lua with optional type annotations and object-oriented programming features. | 566 |