Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
liulinboyi committed Jan 11, 2021
1 parent 33129eb commit 239c655
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ TypeScript implementation of pineapple language (https://github.com/karminski/pi

[karminski/pineapple](https://github.com/karminski/pineapple)

PINEAPPLE
## 说明
pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器和一个简单的解释器. 虽然该语言甚至不是图灵完备的. 但 pineapple 的主要目的是让编译原理初学者有一个预热, 简单了解一个编程语言是怎么构建的.

## 运行
```
npm install
npm run test
```

## Contributors
- [liulinboyi](https://github.com/liulinboyi)

0 comments on commit 239c655

Please sign in to comment.