This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
623dd9f3b355b3c24723f1ce767559459452d7b1
c3c
/
test
History
Christoffer Lerno
623dd9f3b3
Added "weak" type aliases
def Foo = my_foo::Foo @weak;
2024-07-26 01:13:48 +02:00
..
src
@unaligned_store
and
@unaligned_load
2024-06-30 01:05:57 +02:00
test_suite
Added "weak" type aliases
def Foo = my_foo::Foo @weak;
2024-07-26 01:13:48 +02:00
unit
Indexing into a constant array / struct now works at compile time. Constants defined by indexing into another constant could fail codegen. Stdlib nolibc code bugs fixed.
2024-07-20 01:20:03 +02:00