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 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
39ec9d9436f47529e292bea54d9b59f96ace6d44
c3c
/
resources
/
lib
/
std
History
Christoffer Lerno
d93382d858
Add CChar to interop.
2021-07-15 01:32:05 +02:00
..
array.c3
Generic modules are back, slightly different.
2021-05-30 16:30:16 +02:00
builtin.c3
Introduced ${...} syntax for constants. Fixed issue where constants were not correctly handled for macros. /* */ comments are nesting. Added LINE, FUNC, FILE defines. Corrected shallow resolution of subarrays. Added int defines. Removed Vararray.
2021-06-24 00:59:25 +02:00
cinterop.c3
Add CChar to interop.
2021-07-15 01:32:05 +02:00
env.c3
Top level $if now uses $if: / $endif; Fix of boolean globals. Fix of $else: clause. Fix of $assert inside of $if
2021-06-24 18:01:59 +02:00
io.c3
Fixes to the cname patch.
2021-06-30 22:41:34 +02:00
linkedlist.c3
Support for "static" keyword.
2021-05-30 16:30:16 +02:00
list.c3
Introduced ${...} syntax for constants. Fixed issue where constants were not correctly handled for macros. /* */ comments are nesting. Added LINE, FUNC, FILE defines. Corrected shallow resolution of subarrays. Added int defines. Removed Vararray.
2021-06-24 00:59:25 +02:00
math.c3
Adds missing alignment to sret.
2021-07-14 11:53:09 +02:00
mem.c3
Adds missing alignment to sret.
2021-07-14 11:53:09 +02:00
runtime.c3
Set stdlib library for testing and profit. Fix bugs when using void* to step. Make constants private linkage. Compare pointers using unsigned comparison without conversion. Use manual ptrdiff code. Fix issue returning "void!". Unify pointers when doing Foo* - void*. Allow comparing for example void* < Foo*
2021-04-29 03:12:25 +02:00