toccata

Lisp compiler

An experimental Lisp dialect compiler and core library that compiles to native executable using the Clang compiler

This is the Toccata compiler and core library. Start here.

GitHub

168 stars
15 watching
7 forks
Language: C
last commit: 2 months ago

Related projects:

Repository Description Stars
jxxcarlson/elm-lisp An experiment in building a typed Lisp compiler and evaluator in Elm. 5
cxxxr/valtan A compiler that translates Common Lisp code into JavaScript 238
kiselgra/c-mera A source-to-source compiler system for C-like languages using Lisp's macro system. 407
weirdconstructor/lal A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code 20
haskell-lisp/liskell An implementation of Haskell semantics using Lisp syntax 66
vsedach/vacietis Compiles C code into Common Lisp and provides a Lisp-to-C compiler executable. 306
sschauss/wracket A Lisp-like language compiled to WebAssembly for building web applications using Racket 22
asutton/clang A compiler front-end for the C family of languages built as part of the LLVM project infrastructure 71
jaseemabid/olifant A language targeting LLVM with the goal of building a simple compiler 64
islam0mar/cl-cxx-jit A Common Lisp interface to C++ code compilation and execution with JIT optimization 62
melusina-org/make-common-lisp-program Creates executable Common Lisp programs on GitHub runners with various implementations and systems 3
l1mey112/crepl A compiler and interpreter for executing C code on the fly as it is typed. 30
tomhrr/dale A Lisp-flavoured C programming language with additional features like type deduction and compiler introspection. 1,028
kit-ty-kate/labrys A compiler for a toy language based on LLVM that implements the System Fω type-system 103
c2lang/c2compiler A C compiler written in the C2 language itself. 704