From 11ad2afda62407afcbaa1d83fb8de567127ba36c Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 24 Dec 2015 18:48:42 +0800 Subject: [PATCH] *updated wiki links in readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a34b96..730a6e2 100755 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Most of the fundamental topics are mentioned in the [MY-BASIC Quick Reference](M * [Passes](https://github.com/paladin-t/my_basic/wiki/Passes) * [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram) * Code with MY-BASIC + * [Import another file](https://github.com/paladin-t/my_basic/wiki/Import-another-file) * [Module (namespace)](https://github.com/paladin-t/my_basic/wiki/Module-(namespace)) * [Sub routine](https://github.com/paladin-t/my_basic/wiki/Sub-routine) * Understanding data type system in MY-BASIC @@ -126,10 +127,11 @@ Most of the fundamental topics are mentioned in the [MY-BASIC Quick Reference](M * [Write a debugger](https://github.com/paladin-t/my_basic/wiki/Write-a-debugger) * [Callback](https://github.com/paladin-t/my_basic/wiki/Callback) * Customization + * [Customize macros](https://github.com/paladin-t/my_basic/wiki/Customize-macros) * [Customize a memory allocator](https://github.com/paladin-t/my_basic/wiki/Customize-a-memory-allocator) * [Redirect PRINT and INPUT](https://github.com/paladin-t/my_basic/wiki/Redirect-PRINT-and-INPUT) * [Redefine int_t and real_t](https://github.com/paladin-t/my_basic/wiki/Redefine-int_t-and-real_t) - * [Customize macros](https://github.com/paladin-t/my_basic/wiki/Customize-macros) + * [Customize an importer](https://github.com/paladin-t/my_basic/wiki/Customize-an-importer) * [More scripting APIs](https://github.com/paladin-t/my_basic/wiki/More-scripting-APIs) * [String matching module](https://github.com/paladin-t/my_basic/wiki/String-matching-module) * [File module](https://github.com/paladin-t/my_basic/wiki/File-module)