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
fcb4bc0781e0aa0bbba58e2005efa50dd7cf55a6
c3c
/
resources
/
examples
/
contextfree
History
Pierre Curto
d709c18f5f
std/lib/core: rename DString.str to DString.as_str (
#834
)
...
Signed-off-by: Pierre Curto <
pierre.curto@gmail.com
>
2023-07-08 00:10:04 +02:00
..
boolerr.c3
std/lib/core: rename DString.str to DString.as_str (
#834
)
2023-07-08 00:10:04 +02:00
cleanup.c3
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow
l
suffix. Simplifying flatpath.
any
replaces
variant
,
anyfault
replaces
anyerr
. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
2023-04-21 10:56:39 +02:00
dynscope.c3
Change printfln to printfn. Make LLVM 15 tests default.
2023-01-11 18:00:08 +01:00
guess_number.c3
Fixes
#811
. Update some stdlib methods. Header printout correctly picks a name.
#804
2023-07-03 13:17:43 +02:00
multi.c3
Use
printn
rather than
println
. Add string methods for copying.
2023-02-04 19:48:42 +01:00