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
98ae13c03d11dee70a50ad3d2dc08ac1622e1ffb
c3c
/
test
/
test_suite
/
stdlib
History
Christoffer Lerno
d13b7ac96a
Enable support for int128 across all platforms.
2022-10-20 18:03:02 +02:00
..
ascii.c3
Add
std::ascii
module. (
#611
)
2022-10-05 23:11:41 +02:00
map.c3t
Remove tscoped. Replace str_index_of with "starts_with". Updated copy_zstring/copy. Fixed utf conversion functions. Initial work on "Path". Lexer fix on
\\
. ABI fix using distinct types. (bool)"" now works correctly. Bug in $if with switches/loops as the first statement fixed. Version bump.
2022-10-20 10:55:14 +02:00
memcomp.c3t
Fix bug using $switch. Added mem::equals. Fix to dynamic arena allocator.
2022-08-05 19:00:32 +02:00
minmax.c3
Added
max
and
min
macros to builtin_comparison module.
2022-10-05 23:13:38 +02:00
print_env_defines.c3
Enable support for int128 across all platforms.
2022-10-20 18:03:02 +02:00
priorityqueue.c3t
Fix to "typeid.kind". Conversion unsigned int -> enum fixed. @autoimport -> @builtin. Comparison macros. Bump to 0.2.21
2022-07-22 17:09:49 +02:00