shuhari / 500lines-rewrite
Re-write code of "500 Lines or Less" project.
☆129Updated last year
Alternatives and similar repositories for 500lines-rewrite:
Users that are interested in 500lines-rewrite are comparing it to the libraries listed below
- zero c compiler,一个从零开始写的编译器,不仅仅为了学习编译原 理☆125Updated 2 years ago
- dive into cpython source code☆222Updated 3 months ago
- CPython Internals 学习笔记☆121Updated 7 years ago
- 存储(分布式、存储引擎等)领域相关的论文阅读笔记☆191Updated 2 years ago
- nginx-1.19.10 源码阅读,分析关键组件与核心运转流程, 并使用图例进行描述☆98Updated 3 years ago
- 深度解析 CPython3.8 源码实现☆65Updated 2 weeks ago
- Static mirror of coolshell.cn, (c) haoel 2023.☆227Updated last year
- A Python Implementation for Git for learning☆42Updated 3 years ago
- Parser Generator for LR(1) and LALR☆83Updated last year
- A tiny python interpreter for educational purpose☆110Updated 4 years ago
- pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器和一个简单的解释器. 虽然该语言甚至不是图灵完备的. 但 pineapple 的主要目的是让编译原理初学者有一个预热, 简单了解一个编程语言是怎么构建的.☆254Updated 2 years ago
- leveldb 传☆85Updated last year
- Flask-related job opportunities.☆74Updated 3 years ago
- The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器☆168Updated last year
- 翻译 Guido 的解析器系列文章☆231Updated 5 years ago
- 收集网络上讲解Linux系统原理的优秀文章、文档☆76Updated 4 years ago
- 《Python源码剖析 深度探索动态语言核心技术》电子书, 配套资源, 配套代码☆94Updated 4 years ago
- Readings in Database Systems, 5th Edition 中文翻译☆97Updated 3 years ago
- 《计算机程序的构造与解释》题解、笔记