*updated wiki ref in readme.

This commit is contained in:
Wang Renxin 2015-11-25 12:21:05 +08:00
parent 5dacedf4ef
commit d9b5ec0cbe

View File

@ -101,11 +101,13 @@ For more details about using MY-BASIC when it's already integrated with exist pr
* Principles * Principles
* [Passes](https://github.com/paladin-t/my_basic/wiki/Passes) * [Passes](https://github.com/paladin-t/my_basic/wiki/Passes)
* [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)
* Understanding run-time system in MY-BASIC * Code with MY-BASIC
* [Module (namespace)](https://github.com/paladin-t/my_basic/wiki/Module-(namespace))
* [Sub routine](https://github.com/paladin-t/my_basic/wiki/Sub-routine) * [Sub routine](https://github.com/paladin-t/my_basic/wiki/Sub-routine)
* Understanding data type system in MY-BASIC
* [Collection manipulation](https://github.com/paladin-t/my_basic/wiki/Collection-manipulation) * [Collection manipulation](https://github.com/paladin-t/my_basic/wiki/Collection-manipulation)
* [Manipulate an array](https://github.com/paladin-t/my_basic/wiki/Manipulate-an-array) * [Manipulate an array](https://github.com/paladin-t/my_basic/wiki/Manipulate-an-array)
* [Auto memory management](https://github.com/paladin-t/my_basic/wiki/Auto-memory-management) * [Auto memory management](https://github.com/paladin-t/my_basic/wiki/Automatic-memory-management)
* [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values) * [Use usertype values](https://github.com/paladin-t/my_basic/wiki/Use-usertype-values)
* Integration * Integration
* [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC) * [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC)