zeolite-lang v0.7.0.0 Release Notes

Release Date: 2020-05-19 // almost 4 years ago
  • Language

    • [new] Adds limited inference of type parameters in function calls. The new syntax is call<?,Int>(foo,bar), where ? designates that inference is requested for the first position.

    • [behavior] Reduces the memory cost of $TraceCreation$ by avoiding storing the entire trace text.

    Compiler CLI

    • [behavior] Improves handling of I/O errors when calling zeolite, and allows compilation to continue in -r/-R modes if compilation of one module fails.