Skip to content

Commit af80b84

Browse files
committed
chore: prepare v0.1.0 release
1 parent af11179 commit af80b84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@
33
## 0.1.0.0 -- YYYY-mm-dd
44

55
* 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

Comments
 (0)