This issue serves as a roadmap for upcoming GLang releases and milestone markings. ## GLang 0.2.0 (May 2026) - [x] Package management with `glang install <path/to/kennel/file>` instead of registry - [x] `packages.json` for storing package aliases - [x] Fix `glang update self` with link issues - [x] `alsoif` -> `also if` - [x] Iteration through iterable objects with `walk <identifier> through <iterable>` - [x] Add additional built-in functions (`round`, `split`, `clear`) - [x] Remove `run` built-in (unsafe, hard to maintain) - [x] Potentially move to AST IDs for faster parsing/interpreting - [x] Remove unnecessary `skip` keyword (favor `{}` approach instead) - [x] Install binary and components into `.glang/bin/` (Windows) - [x] Separate `glang-lib` repository for GLang's library kennel ## GLang 0.3.0 (July 2026) - [ ] Linux support - [ ] Source code documentation
This issue serves as a roadmap for upcoming GLang releases and milestone markings.
GLang 0.2.0 (May 2026)
glang install <path/to/kennel/file>instead of registrypackages.jsonfor storing package aliasesglang update selfwith link issuesalsoif->also ifwalk <identifier> through <iterable>round,split,clear)runbuilt-in (unsafe, hard to maintain)skipkeyword (favor{}approach instead).glang/bin/(Windows)glang-librepository for GLang's library kennelGLang 0.3.0 (July 2026)