Releases: Adjanour/ko-language
Releases · Adjanour/ko-language
Release list
v0.2.0-alpha: Module Resolution
v0.2.0-alpha
New Features
- Module resolution:
import std.Math.{abs}andimport std.Mathboth work - Typechecker registers imported functions/constructors with qualified and unqualified names
Bug Fixes
- Result.is_ok/is_err convention fixed: 1=true, 0=false
- Bool inspect display fixed (was inverted)
- expr_type_tags now populated (println shows correct types)
Known Issues
?operator segfaults when combined with many Result builtins in same function- Module resolution requires stdlib to be relative to the executable
Tests
- 78/78 tests passing