From d8cf94e088d4d183762e1acdd4604e908864462f Mon Sep 17 00:00:00 2001 From: liulinboyi <814921718@qq.com> Date: Sun, 28 Feb 2021 00:06:18 +0800 Subject: [PATCH] feat: Modify README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb5f72..0addfb6 100644 --- a/README.md +++ b/README.md @@ -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