Module api

Source
Expand description

§This module exposes the steps of the pipeline for file execution

The steps are:

  1. Parsing
  2. Preprocessing (same function as first step)
  3. Parsing the tokens into code
  4. 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