We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8c497 commit d6a716bCopy full SHA for d6a716b
CHANGELOG.md
@@ -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