Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to Arith are recorded here. The format follows
[LANGUAGE_SPEC.md](LANGUAGE_SPEC.md); the compiler version is printed by
`arith version` and matches the git tag.

## [Unreleased]

- LANGUAGE_SPEC.md drafts language version 0.2: array types `[]T` with
literals, indexing, and `len`; `for` over arrays; `fn main(args:
[]string)`; conversions from `string` to the other primitive types; and
interpolated `f"..."` strings. Specification only — the compiler still
implements v0.1.

## [0.1.0] - 2026-09-03

The first complete implementation of language version 0.1.
Expand Down
Loading