Imymirror / mirror-monkeyLinks
an interpreter language.
☆29Updated 2 years ago
Alternatives and similar repositories for mirror-monkey
Users that are interested in mirror-monkey are comparing it to the libraries listed below
Sorting:
- 使用 C++ 模板元编程模拟 Lisp☆114Updated 5 years ago
- My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答☆113Updated 3 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆80Updated 2 years ago
- zero c compiler,一个从零开始写的编译器,不仅仅为了学习编译原理☆128Updated 3 years ago
- User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)☆367Updated 7 years ago
- ☆470Updated 3 weeks ago
- Cb (C flat) compiler. Cb is simplified C.☆174Updated 9 years ago
- Simple Functional Programming of C++ from Scratch 从零开始的简单函数式C++ ZEROから始める使いやすい関数型プログラミング☆103Updated 6 years ago
- 《自己动手构造编译系统:编译、汇编与链接》随书源码☆397Updated 5 months ago
- 郑钢《自制编程语言》随书源码及读书笔记☆241Updated 3 years ago
- 《C++ 17 The Complete Guide》- 翻译中☆512Updated 2 years ago
- Shuo's learning notes on Linux TCP/IP stack☆123Updated 2 years ago
- ☆173Updated 10 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆62Updated last year
- c++中文周刊☆541Updated 3 weeks ago
- Build Your Own Lisp 中文版☆160Updated 7 years ago
- The Asteria Programming Language☆422Updated this week
- 《Learn LLVM 17》的非专业个人翻译☆156Updated last year
- A lightweight open-source C compiler for research and education.☆403Updated last year
- The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器☆171Updated 2 years ago
- 实现一个子集c编译器,后端基于llvm20☆11Updated 10 months ago
- 建党 100 周年!写一个名为 CPC 的 C 编译器,为党庆生!☆284Updated 4 years ago
- DIY Compiler☆45Updated last year
- C++ and Document Compiler☆102Updated last month
- A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fa…☆153Updated 7 years ago
- effective debugging 中文翻译☆627Updated last year
- 公众号[树屋编程]相关文章的代码☆45Updated last year
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆48Updated 2 years ago
- 《计算机程序的构造和解释》(SICP) 解题集☆311Updated 2 years ago
- Writing a sqlite clone from scratch in C++