basecode-lang / basecode
The Basecode compiler toolchain and language workbench.
☆81Updated 4 years ago
Alternatives and similar repositories for basecode
Users that are interested in basecode are comparing it to the libraries listed below
Sorting:
- lcc编译器源码注释工程☆54Updated 9 years ago
- Writing a minimal x86-64 JIT compiler in C++☆102Updated 7 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- The Asteria Programming Language☆414Updated this week
- 《自己动手写python虚拟机》C++实现☆75Updated 4 years ago
- 实现一个子集c编译器,后端基于llvm20☆2Updated 2 months ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆44Updated 2 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- General LR Parser(CMake,C++)☆63Updated 5 years ago
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago
- Linux 源码分析☆60Updated 3 years ago
- Simple Lisp VM(C++ 14)☆33Updated 6 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆101Updated last year
- 🦖 A Compiler for PL/0 plus language (something like PASCAL)☆17Updated 4 months ago
- ☆19Updated 2 years ago
- 玩具c编译器,基于栈顶缓存的策略生成Linux和MacOS平台的x86-64汇编☆92Updated 7 months ago
- The Yu (羽) programming language.☆77Updated last year
- My own implementation of C++'s smart pointers☆37Updated 4 years ago
- ☆34Updated 4 years ago
- a c compiler☆58Updated 2 years ago
- 《C++ Move Semantics》的非专业个人翻译☆75Updated 3 years ago
- llvm-based c compiler☆99Updated last year
- 《Learn LLVM 17》的非专业个人翻译☆147Updated 8 months ago
- Lox modern cpp implement☆14Updated 4 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- C++20协程net,基于epoll,可以方便地使用await语法☆29Updated last year
- 简易C语言编译器+虚拟机(CMake,C++14)☆28Updated 6 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆36Updated 4 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆32Updated 2 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆255Updated 7 years ago