From c140a5e41c8ca899b3e8dc62b55ef100bef23b79 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 23 Apr 2015 22:47:46 +0800 Subject: [PATCH] *updated README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe9f804..9bc197c 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,22 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p ## Main features +* It is free * Written in clean ANSI C, source code portable * Most GW-BASIC like syntax, but without line numbers -* Small (within memory usage less than 32KB) and fast +* Small (within memory usage less than 128KB) and fast * Case-insensitive tokens * Integer/float point/string/boolean/array data types support -* `IF-THEN-ELSE` support +* User customizable type support +* `IF-THEN-ELSEIF-ELSE-ENDIF` support * `FOR-TO-STEP-NEXT/WHILE-WEND/DO-UNTIL` support * `GOTO/GOSUB-RETURN` support * Numeric functions * String functions * Easy to embed into C/C++/Objective-C projects +* Debug APIs * High expansibility, easy to use APIs, easy to write customized scripting interfaces -* It is free +* More features/modules under developing ## Installation