Skip to content

MiniLang Compiler 1.2.3

Choose a tag to compare

@n1k0m0 n1k0m0 released this 02 Sep 21:16
· 10 commits to main since this release

MiniLang Compiler 1.2.3

MiniLang 1.2.3 is a source-only maintainability and documentation release of
the matching Python reference and self-hosted compilers. Generated executables
remain excluded from Git and from GitHub release assets; native compilers are
rebuilt and verified from the tagged sources.

Highlights:

  • focused helpers replacing the largest self-hosted statement and generic-call
    code-generation routines while preserving target-code emission order;
  • meaningful English declaration documentation throughout the compiler and
    shared cross-platform standard library;
  • deterministic, timestamp-free checked-in MiniDoc references for both the
    compiler implementation and standard library;
  • complete Python reference-compiler API documentation with a source-policy
    regression preventing new undocumented public APIs; and
  • refreshed compiler and standard-library HTML and Markdown documentation.

Python and self-hosted compilers retain compatible Windows x64 PE32+ and Linux
x64 ELF64 target output. Build the compiler from source by following the
repository README and see CHANGELOG.md for the detailed change list.