Skip to content

Commit

Permalink
feat: Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
liulinboyi committed Feb 27, 2021
1 parent 83bfacc commit d8cf94e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,19 @@ TypeScript implementation of pineapple language (https://github.com/karminski/pi
[karminski/pineapple](https://github.com/karminski/pineapple)

## 说明
pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器和一个简单的解释器.
pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器.

该语言现在应该是图灵完备的.

pineapple 的主要目的是让编译原理初学者有一个预热, 简单了解一个编程语言是怎么构建的.


Pineapple lang is a simple programming language demo. It contains a handwritten recursive descending parser.

The language should now be Turing complete.

The main purpose of pineapple is to give beginners of compilation principles a warm-up and a simple understanding of how a programming language is built.

## 运行
```
npm install
Expand Down

0 comments on commit d8cf94e

Please sign in to comment.