Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Loading the source code 
  2. Pre-Processing the source code (e.g. compile/fix commands if specified) 
  3. Building a detailed symbol table from the identifiers declared in the source code and in the external libraries referenced by the source code 
  4. Building a low-level semantic model from the logic in the source code 
  5. Analyzing the symbol table and semantic model and transforming it to fit the target requirements 
  6. Authoring the target code for the semantic model and symbol table. 
  7. Post-Processing the target code (optional) 
  8. Publish the target code (write to disk in a as text bundle file)

Every step in the transformation process can be directed in various ways by modifying the translator configuration. The primary means of modifying the translator configuration is through Translation Scripts. 

...