Skip to content

Releases: zu2/chibicc-6800-v1

v0.04

17 Jan 06:47
@zu2 zu2
Compare
Choose a tag to compare

before making some major changes to codegen.c for optimization purposes, and this is a release to preserve the current state.

float/vla support

15 Jan 00:51
@zu2 zu2
Compare
Choose a tag to compare

Float fixes and VLA support. Still lots of bugs

struct/union/bit field implemented

08 Jan 02:17
@zu2 zu2
Compare
Choose a tag to compare

There are probably still some bugs, but I've finished most of what I wanted to implement.

The bulk of the work remaining is bug fixing and optimization.

Provisional release (for float/long testing)

06 Jan 20:54
@zu2 zu2
Compare
Choose a tag to compare

I wrote a minimal float/long library.
Some tests pass.