zeolite-lang v0.4.1.0 Release Notes

Release Date: 2020-05-05 // almost 4 years ago
    • [new] Adds a compiler mode (--show-deps) to display the symbolic dependencies of a module.

    • [new] Adds a compiler mode (--fast) to quickly compile a binary from a single source file without needing to create a module.

    • [new] Adds a compiler mode (-R) to recursively recompile modules.

    • [new] Improves thread-safety of internal code so that thread support can be safely added later. (Probably via a library.)

    • [new] Adds the Builder interface to make String concatenation more efficient.

    • [new] Adds support for basic mathematical Float operations, such as sin, exp, and sqrt.

    • [new] Adds support for bitwise Int operations.

    • [fix] Fixes broken --templates mode when builtin types are used.