We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af11179 commit af80b84Copy full SHA for af80b84
CHANGELOG.md
@@ -3,3 +3,15 @@
3
## 0.1.0.0 -- YYYY-mm-dd
4
5
* First version. Released on an unsuspecting world.
6
+# Changelog for Halcyon
7
+
8
+## 0.1.0.0 -- 2024-11-13
9
10
+### Added
11
+- Initial version of the compiler
12
+- Support for basic C programs with return statements
13
+- Lexer using Megaparsec
14
+- Recursive descent parser
15
+- Defined CompilerT monad transformer
16
+- x86_64 code generation
17
+- Basic compiler driver with preprocessing and assembly
0 commit comments