*updated readme by adding a code editor link.

This commit is contained in:
Wang Renxin 2017-01-15 21:24:53 +08:00
parent 808c75d97d
commit 1c975feab6

View File

@ -21,6 +21,7 @@ Why are other script interpreters so complex? Why is it so difficult to integrat
* [Compatibility](#compatibility) * [Compatibility](#compatibility)
* [Main features](#main-features) * [Main features](#main-features)
* [Script at a glance](#script-at-a-glance) * [Script at a glance](#script-at-a-glance)
* [Related projects](#related-projects)
* [Interpreter workflow diagram](#interpreter-workflow-diagram) * [Interpreter workflow diagram](#interpreter-workflow-diagram)
* [Installation](#installation) * [Installation](#installation)
* [Wiki](#wiki) * [Wiki](#wiki)
@ -91,6 +92,12 @@ print foo("Hello", "world");
Read the [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) (especially the "**Programming with BASIC**" section) to get more details about how to program in MY-BASIC. Read the [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) (especially the "**Programming with BASIC**" section) to get more details about how to program in MY-BASIC.
## [Related projects]
I've been making some other projects, which use MY-BASIC as dependence, or make MY-BASIC much completer.
* [MY-BASIC Code Editor (Unity)](https://github.com/paladin-t/my_basic_code_editor_unity)
## [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) ## [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram)
It's necessary to know some principle of MY-BASIC before doing deep customization; nothing's better than a workflow diagram to get a first impression. It's necessary to know some principle of MY-BASIC before doing deep customization; nothing's better than a workflow diagram to get a first impression.