Skip to content

Commit d6a716b

Browse files
committed
Add a CHANGELOG
1 parent ae8c497 commit d6a716b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.0.1-alpha.1
9+
10+
### Added
11+
12+
- A format for levels and a way to read them.
13+
- A runtime environment.
14+
- A parser for the "h" language.
15+
- An interpreter.
16+
- An algorithm to count the number of bytes of a program.
17+
- An algorithm to calculate the number of points earned by a program when it is
18+
run on a given level.
19+
- A curses user interface.

0 commit comments

Comments
 (0)