https://github.com/1c7/shiny-potato-interpreter
Learn how to build Interpreter | https://ruslanspivak.com/lsbasi-part1/ | 学怎么写解释器
https://github.com/1c7/shiny-potato-interpreter
Last synced: 21 days ago
JSON representation
Learn how to build Interpreter | https://ruslanspivak.com/lsbasi-part1/ | 学怎么写解释器
- Host: GitHub
- URL: https://github.com/1c7/shiny-potato-interpreter
- Owner: 1c7
- Created: 2016-10-07T11:50:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T11:58:34.000Z (over 8 years ago)
- Last Synced: 2025-02-10T22:29:45.083Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shiny-Potato-Interpreter
Learn https://ruslanspivak.com/lsbasi-part1/## Progress
part1 about 40%## What Language to build Interpreter?
Python. 2/3??## What Interpreter?
interpreter for a __large subset of Pascal language.__## At the end of this series
you will have a working Pascal interpreter and a source-level debugger like Python’s pdb.
用 Pascal 的理由:不是仅仅为了教程自己造的语言