4. State of development MetaL

4.3. Available modules - Runtime control

  • The most important meta-programming modules are meant for controlling the execution flow and data manipulation.

    • expressions - Data type manipulation functions and operators

    • flow - Execution logic flow control constructs

    • script - Generation of output source code as scripts.

    • program - Access to context values passed to the programs

    • class - Creation, access and documentation of OOP classes |