4. State of development MetaL

4.3. Available modules - Meta-language programming

  • The meta-language 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

    • class - Creation, access and documentation of OOP classes

    • script - Generation of output source code as scripts.

    • template - Generation of output from text based template files

    • options - Access to application wide global option values

    • cgi - Access to data values interchanged with Web scripts via CGI

    • locale - Localization of application texts and data |