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
f60c1dd4a4d9f87a2e63c478b626400a5b7b3bc2
c3c
/
resources
/
lib
/
std
History
Christoffer Lerno
f64c35214e
Change error -> anyerr / errtype
2021-07-18 14:11:39 +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
Added constants describing floating point types.
2021-07-16 17:48:31 +02:00
mem.c3
Change error -> anyerr / errtype
2021-07-18 14:11:39 +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