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
dd4edfb7471ce389db6a908f65ea90d234debb84
c3c
/
resources
/
examples
/
contextfree
History
Christoffer Lerno
dd4edfb747
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
..
boolerr.c3
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
dynscope.c3
Change printfln to printfn. Make LLVM 15 tests default.
2023-01-11 18:00:08 +01:00
guess_number.c3
Use "String" consistently for "char[]" (
#694
)
2023-01-07 22:50:33 +01:00
multi.c3
Use
printn
rather than
println
. Add string methods for copying.
2023-02-04 19:48:42 +01:00