plops / cl-cpp-generatorLinks
another lisp library to generate c/c++ code. this one is supposed to be very simple. note that development of this repo has stopped. i am now working on a similar project in https://github.com/plops/cl-cpp-generator2
☆65Updated 5 years ago
Alternatives and similar repositories for cl-cpp-generator
Users that are interested in cl-cpp-generator are comparing it to the libraries listed below
Sorting:
- Joel Bartlett's fabled Scheme->C system☆83Updated 5 years ago
- LLVM to Common Lisp transpiler.☆273Updated 2 years ago
- A Common Lisp library for solving linear programming problems☆110Updated 7 months ago
- Draw Lindenmayer Systems with Common LISP! -- Trabajo para [7531] Teoría del Lenguaje (FIUBA)☆82Updated 5 years ago
- A binary interface let Chez Scheme use Python, Lua, Ruby etc's library☆195Updated 5 years ago
- Generate formatted C++ from Racket S-expressions☆36Updated 10 years ago
- Demo/prototype C11 Parser in Common Lisp, and yacc and lex clone in Common Lisp☆67Updated 6 years ago
- nqthm - the original Boyer-Moore theorem prover, from 1992☆57Updated 9 years ago
- A Lisp-like language implemented in C++☆76Updated 3 years ago
- Low-level Lisp for LLVM☆502Updated 9 years ago
- a Forth (for you) too☆56Updated 6 years ago
- Hygienic Literate Programming for Chez Scheme☆47Updated 8 years ago
- Concise implementation of a lisp-like language for low-end and embedded devices☆100Updated 12 years ago
- SCHeMe UnterstüTZung — easy Guile Scheme C++ bindings☆45Updated last year
- Based on scheme to LLVM compiler from https://web.archive.org/web/20111220233738/http://www.ida.liu.se/~tobnu/scheme2llvm/☆72Updated 8 years ago
- interpreter devkit☆25Updated 6 years ago
- A C implementation of the Shen programming language☆70Updated 4 years ago
- Metacompiler library supporting incremental transformation based on reference attribute grammar controlled rewriting.☆32Updated 2 months ago
- A C compatible and C++ like programming language that focuses on extensiblilty and giving the programmer control over how high-level cons…☆30Updated 4 years ago
- Guy Steele's RABBIT Scheme compiler