From 95be9a3df0e8bdde33c2829bc7574de760b2f116 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 27 Apr 2015 12:50:16 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66af67e..8106d9e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p * `GOTO/GOSUB-RETURN` support * Numeric functions * String functions -* Easy to embed into C/C++/Objective-C projects +* It's able to use it as a standalone interpreter, or integrate it with existing C/C++/Objective-C projects, or learn how to build an interpreter from scratch +* It's able to build your own dialect based on it * Debug APIs * High expansibility, easy to use APIs, easy to write customized scripting interfaces * More features/modules under developing