Changelog
LOVE-LANG release notes and version history.
Changelog
Section titled “Changelog”All notable changes to LOVE-LANG are documented here. The format follows Keep a Changelog.
[1.0.0] — 2026-03-01
Section titled “[1.0.0] — 2026-03-01”- Stable bracket hierarchy — L1–L5 formally specified and enforced
- ABNF grammar —
syntax.abnfpublished as the canonical language spec - Three-phase compiler pipeline — OPERA → MATERIALIZE → SIMULATE
- Standard library — Prelude, Invariants, Math, String, List modules
- VS Code extension — Syntax highlighting for
.love,.love.toml,.edn - SATOR/SOLID synthesis — Formal mapping of SOLID principles to compilation phases
- Managed Stochastics — LLM-as-compiler workflow via
prompt-metalang @DependencyInjectioninvariant — automatic dependency resolution@TENET— invariant verification for LSP compliance@SATOR— master rotor compile directive- Documentation site — Full Astro Starlight documentation at love-lang.dev
Changed
Section titled “Changed”- Syntax formalized:
=andisare now both canonical assignment operators - Type annotation syntax stabilized:
@[Type]and:Typeboth supported - Import system formalized:
@Import[Module::*]canonical form
- Evaluator correctly enforces ring boundary crossing rules
- L5 effectors now hard-fail if not declared in
model.edn @DependencyInjectionnow correctly resolves circular dependencies
[0.9.0-beta] — 2026-01-15
Section titled “[0.9.0-beta] — 2026-01-15”- Initial public beta release
- Core evaluator in Gleam
- Basic bracket depth parsing (L1–L3)
- Example programmes:
ssg.love,auth_flow.love - VS Code extension (experimental)
Known Issues
Section titled “Known Issues”- L4/L5 expressions not fully enforced
- Standard library incomplete
- No LSP implementation
[0.5.0-alpha] — 2025-09-01
Section titled “[0.5.0-alpha] — 2025-09-01”- Proof of concept evaluator
- ABNF grammar draft (
syntax.abnfv0.2) - Basic
@Importdirective - Initial
Prelude::*module
Future Roadmap
Section titled “Future Roadmap”| Version | Target Date | Focus |
|---|---|---|
| 1.1.0 | Q2 2026 | LSP + Language Server |
| 1.2.0 | Q3 2026 | Package Registry |
| 1.3.0 | Q4 2026 | WebAssembly target stable |
| 2.0.0 | 2027 | Full self-hosting compiler |