+added workflow diagram to README

This commit is contained in:
Wang Renxin 2015-07-11 00:43:28 +08:00
parent b82bf5d994
commit 0d76dcd57f

View File

@ -26,6 +26,10 @@ MY-BASIC is a tiny cross-platform easy extendable BASIC interpreter written in p
* It's able to build your own dialect based on it
* More features/modules under developing
## Interpreter workflow diagram
![](https://github.com/paladin-t/my_basic/blob/master/interpreter%20workflow%20diagram.png)
## Installation
### Use standalone interpreter binary
@ -48,7 +52,8 @@ For more details about using MY-BASIC when it's already integrated with exist pr
## [WIKI](https://github.com/paladin-t/my_basic/wiki)
* [Workflow](https://github.com/paladin-t/my_basic/wiki/Workflow)
* [Passes](https://github.com/paladin-t/my_basic/wiki/Passes)
* [Interpreter workflow diagram](https://github.com/paladin-t/my_basic/wiki/Interpreter-workflow-diagram)
* [Link with MY-BASIC](https://github.com/paladin-t/my_basic/wiki/Link-with-MY_BASIC)
* [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)