An open API service indexing awesome lists of open source software.

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/ | 学怎么写解释器

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 的理由:不是仅仅为了教程自己造的语言