aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
blob: 924e21222b9344267739a46a174455d9bad7bfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Changelog

## v0.4.0 (2026-02-07)

Now, ducc can compile [Lua 5.5](https://www.lua.org/source/5.5/)! The artifact binary crashes though.


## v0.3.0 (2026-01-08)

WebAssembly backend is experimentally added. For now, very limited operations are supported.


## v0.2.0 (2025-09-03)

Ducc can process glibc's `stdio.h` now. A typical hello world compiles! See `examples/hello.c`.


## v0.1.0 (2025-08-31)

First release of Ducc. Support more basic features.


## P4Dcc (2025-05-05)

[P4Dcc](https://github.com/nsfisis/P4Dcc) is my first self-hosted C compiler. Ducc is a successor project of P4Dcc.