mkirchner / stutterLinks
Implement a Lisp, in C, from scratch, no libs
☆81Updated 3 years ago
Alternatives and similar repositories for stutter
Users that are interested in stutter are comparing it to the libraries listed below
Sorting:
- Mal (Make A Lisp) Compiler in C☆52Updated 4 years ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆70Updated 7 years ago
- clex is a simple lexer generator☆96Updated 6 months ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆153Updated 3 years ago
- Embeddable lisp/scheme interpreter written in C.☆156Updated 2 years ago
- Hindley–Milner Type inferencing in C☆48Updated 2 years ago
- Tiny scheme implementation written in c++17☆30Updated 6 years ago
- single file scheme interpreter with tail call optimization☆82Updated 6 years ago
- A Tcl interpreter in 500 lines of code☆97Updated 4 months ago
- scc - simple C Compiler☆59Updated 8 years ago
- Personal branch of git://c9x.me/qbe.git☆37Updated 3 years ago
- a simple tiny C Compiler using Lex & Yacc☆87Updated 9 years ago
- Minimal operating system for x86 intended as a basis for benchmarking and running Gambit☆90Updated 4 years ago
- An implementation of Scheme in Python and C++☆173Updated 6 months ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆64Updated 4 years ago
- Basic X86-64 assembler, written in golang☆70Updated 4 years ago
- Simple C compiler for x86-64 Linux able to build real-world projects including Curl, GCC, Git, PHP, Perl, Python, PostgreSQL etc☆38Updated this week
- Brainfuck compiler written in QBE IR.☆18Updated 2 months ago
- A small implementation of LISP, written in standard C11.☆163Updated 8 years ago
- A mini language used for the Rabs build system and within Wrapl.☆31Updated this week
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closu…☆104Updated last week
- A simple implementation of the LISP2 mark-compact GC algorithm☆41Updated 10 years ago
- Self-hosting C toolchain, from scratch☆36Updated 5 months ago
- A lightweight embeddable scripting language☆121Updated last month
- arthur whitney's b interpreter translated into a more traditional flavor of C☆100Updated 7 years ago
- Foment is an implementation of R7RS Scheme.☆69Updated 2 years ago
- lambda calculus interpreter