waynerv / A-Python-Interpreter-Written-in-Python-Interpreted-in-ChineseLinks
用不到500行代码实现一个袖珍的 Python 解释器,代码含中文注释
☆13Updated 6 years ago
Alternatives and similar repositories for A-Python-Interpreter-Written-in-Python-Interpreted-in-Chinese
Users that are interested in A-Python-Interpreter-Written-in-Python-Interpreted-in-Chinese are comparing it to the libraries listed below
Sorting:
- I want to solve Leetcode questions in one line with python☆29Updated 3 years ago
- An IR for Python VM, provided with indirect jump instructions.☆19Updated 5 years ago
- alphago 五子棋学习过程 。原代码来自☆10Updated 6 years ago
- ☆18Updated 3 years ago
- 《Python源码剖析 深度探索动态语言核心技术》电子书, 配套资源, 配套代码☆102Updated 4 years ago
- Solve leetcode problems by racket.☆26Updated 4 years ago
- LuWu——陆吾,一个简单的无代码深度学习平台。☆29Updated 4 years ago
- Python + DearPyGui 实现的M-M-N队列模型仿真可视化界面☆32Updated 4 years ago
- 第三次重构!☆16Updated 4 years ago
- SICP Online Judge, consisting of a server, a react web interface and a modified Ok client.☆12Updated 2 years ago
- a Lisp-like functional language with flexible suspension and resumption☆15Updated 2 weeks ago
- 《自己动手写python虚拟机》C++实现☆76Updated 4 years ago
- A compiler for higher rank ML with type classes☆13Updated 4 years ago
- An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)☆85Updated 2 years ago
- 《自己动手写Java虚拟机》JVM的python实现☆138Updated 4 years ago
- Yet another Bloomfilter implementation in Python, compatible with Java's Guava library☆10Updated last year
- 📖【译-中文】SICP in JavaScript☆10Updated 4 years ago
- 根据《数据结构教程》(C语言版,李春葆、尹为民等编著) 的数据结构,用Python来实现。包含线新表、栈、队列、串、树、二叉树、图等数据结构。Data Structure commonly used in language C,expressing in Python. I…☆28Updated 10 years ago
- Code from Dan Friedman's "B621" class, usually referred to as "advanced dan"☆15Updated 12 years ago
- Elements of Computational Communication 《计算传播基础》☆32Updated 2 years ago
- DIY Compiler☆46Updated last year
- 计算机网络学习笔记~☆27Updated 4 years ago
- µgit: DIY Git in Python☆23Updated 4 years ago
- The compiler for subset of scheme developed as part of P523☆30Updated 8 years ago
- 《编写高质量代码改善 Python 程序的 91 个建议》形成 Gitbook 的代码☆69Updated 8 years ago
- The larva programming Language☆20Updated 8 years ago
- A tiny python interpreter for educational purpose☆110Updated 4 years ago
- 此项目用于实现考研数据结构参考书籍高分笔记里面的算法题目以及算法例子。☆11Updated 6 years ago
- 和Python相关的学习笔记:机器学习、算法、进阶书籍、文档,博客地址:https://www.howie6879.cn☆57Updated last year
- 北大编译课程实践,独立完成的C语言子集SysY编译器,实现了从C语言编译到Koopa IR,再从Koopa IR编译到RISC-V汇编的实现☆33Updated last year