Releases: MiniLangProject/MiniLangCompilerPy
Releases · MiniLangProject/MiniLangCompilerPy
MiniLang Version 1
MiniLang Release 1 (v1.0.0)
MiniLang Release 1 is the project’s first public release and the foundation for everything that follows
It delivers a working compiler/runtime, a practical standard library, and a strong baseline for further language and tooling work
This release includes:
- Core language support with functions, structs, enums, imports, namespaces, and main(args)
- A growing standard library (arrays, stack, queue, hashmap/set, formatting, time/date, encoding, file and network helpers)
- New array constructor forms: array(size) and array(size, fill)
- Internal stdlib performance improvements in array-heavy data structures while keeping existing APIs compatible
- Better error/diagnostic behavior and broader runtime validation
Quality and stability:
- Full automated suite is green: 55 passed, 0 failed
- Release 1 is intentionally focused on a clean, stable starting point: small enough to understand, strong enough to build on
- Thanks to everyone testing, reporting issues, and helping shape MiniLang from day one