-
Notifications
You must be signed in to change notification settings - Fork 126
Interpreter workflow diagram
Wang Renxin edited this page Jul 11, 2015
·
12 revisions
For a general preview about passes in MY-BASIC, see the passes wiki page.
The diagram below shows states and transaction functions of MY-BASIC.
Blocks in deep blue are interpreter states, bold arrows indicate a typical workflow path. Of course it's able to open an interpreter, then close it without loading or running anything, but this kinds of workflow is meaningless. Transaction functions are shown in brilliant blue rectangles.
- Principles
- Coding
- Data types
- Standalone shell
- Integration
- Customization
- More scripting API
- FAQ