Expand description
§This module exposes the steps of the pipeline for file execution
The steps are:
- Parsing
- Preprocessing (same function as first step)
- Parsing the tokens into code
- Executing the code
Each step executes the previous one aswell to forbid jump pipeline steps
Functions§
- execute_
file - Execute code from file
- execute_
raw_ code - Execute code from expressions
- get_
project_ code - Parse code from file
- get_
tokens - Parse tokens from file
- get_
tokens_ str - Parse tokens from string and executes the preprocessor
- get_
tokens_ with_ procvars - parse_
raw_ tokens - Parse expressions from tokens