Update README.md

This commit is contained in:
Wang Renxin 2015-04-27 12:50:16 +08:00
parent 9f07750747
commit 95be9a3df0

View File

@ -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