+added workflow diagram to README
This commit is contained in:
parent
b82bf5d994
commit
0d76dcd57f
@ -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
|
* It's able to build your own dialect based on it
|
||||||
* More features/modules under developing
|
* More features/modules under developing
|
||||||
|
|
||||||
|
## Interpreter workflow diagram
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Use standalone interpreter binary
|
### 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)
|
## [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)
|
* [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)
|
* [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)
|
* [Redefine int_t and real_t](https://github.com/paladin-t/my_basic/wiki/Redefine-int_t-and-real_t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user