*updated readme.

This commit is contained in:
Wang Renxin 2015-12-15 19:24:38 +08:00
parent f5f5e52f03
commit a29f85a139

View File

@ -27,10 +27,10 @@ MY-BASIC is a lightweight cross-platform easy extendable BASIC interpreter writt
* It is totally **free** to use MY-BASIC for individual or commercial purpose under the MIT license * It is totally **free** to use MY-BASIC for individual or commercial purpose under the MIT license
* Written in clean **ANSI C**, source code is portable for a dozen of platforms * Written in clean **ANSI C**, source code is portable for a dozen of platforms
* With most modern BASIC syntax * With most modern BASIC syntax
* Prototype-based (OOP) paradigm * **Prototype-based** (OOP) paradigm
* **Lightweight** (within memory usage less than 128KB) and fast * **Lightweight** (within memory usage less than 128KB) and fast
* Case-insensitive tokenization * Case-insensitive tokenization
* Dynamic typed integer, float point, string, boolean, user defined data types, etc. with array support * **Dynamic typed** integer, float point, string, boolean, user defined data types, etc. with array support
* Standard numeric functions, and standard string functions * Standard numeric functions, and standard string functions
* Referenced usertype support * Referenced usertype support
* Collection implementation and manipulation functions for **`LIST`** and **`DICT`** * Collection implementation and manipulation functions for **`LIST`** and **`DICT`**