anthay / Lisp90Links
Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).
☆41Updated 9 years ago
Alternatives and similar repositories for Lisp90
Users that are interested in Lisp90 are comparing it to the libraries listed below
Sorting:
- A Machine-Independent Debugger☆34Updated 8 months 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
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆86Updated 12 years ago
- Super Tiny Scheme Interpreter for Freestanding Environment☆55Updated 8 years ago
- An esoteric programming language☆32Updated 4 years ago
- Tiny scheme implementation written in c++17☆29Updated 6 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Yet another C compiler.☆30Updated last year
- lunatic: a toy lua interpreter☆18Updated 5 years ago
- Mini-Scheme Interpreter with Copying GC☆24Updated 5 years ago
- A simple, pure C, jit library☆16Updated 9 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Virtual Machine and Assembler for Notch's DCPU-16 Architecture☆222Updated 13 years ago
- A small and simple static analysis tool for C in C☆30Updated 8 months ago
- SECD Machine Implementation in x86 Assembly☆24Updated 11 years ago
- Context-free grammar parsing library☆10Updated 8 months ago
- Experiments on the self-hosting c4 compiler, with the goal to implement a nicer Lisp-style virtual machine☆15Updated 5 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- Wisp, a lisp programming language☆39Updated 7 years ago
- A C-implemented C compiler☆91Updated 9 months ago
- A Lisp-flavored Assembler for the x86, x86-64, ARM, and MIPS architectures☆16Updated 6 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Custom scripting language Compiler and VM written in C++11.☆35Updated 8 years ago
- Single-file Parsing Expression Grammars (PEG) runtime engine for C☆19Updated 3 years ago
- Interactive C++ Interpreter for x86 Systems☆58Updated 9 years ago
- Personal branch of git://c9x.me/qbe.git☆37Updated 3 years ago
- A Small C Compiler☆24Updated 5 years ago
- SECD machine and Lispkit Lisp compiler, in Python