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
28f307d467ddd5b9a7ce379941bfe29ec7578da6
c3c
/
src
/
utils
History
Christoffer Lerno
d8423eff56
Fix space at end of file.
2020-05-03 02:08:33 +02:00
..
common.h
Improved defer functionality, handling goto, conditional defers, next, break, continue, fixed bugs with module path detection. Improved switch parsing. Better errors on unknown module.
2020-01-28 23:41:10 +01:00
errors.c
Start using UnaryOp/PostUnaryOp ++/-- now works post/pre and also on pointers. Fix ++/-- on any number. Added examples. c3c now compiles files by default. Extended symbol resolution. Addition of 'extern'. Multi-level paths.
2020-01-16 21:28:13 +01:00
errors.h
Create CI
2020-04-22 16:07:42 +02:00
file_utils.c
Fix some bugs, satisfy more compilers.
2020-03-26 16:37:41 +01:00
lib.h
Fix space at end of file.
2020-05-03 02:08:33 +02:00
malloc.c
Create CI
2020-04-22 16:07:42 +02:00
malloc.h
Start using UnaryOp/PostUnaryOp ++/-- now works post/pre and also on pointers. Fix ++/-- on any number. Added examples. c3c now compiles files by default. Extended symbol resolution. Addition of 'extern'. Multi-level paths.
2020-01-16 21:28:13 +01:00
stringutils.c
Error -> errset (temporarily). Catch / throw now works, but it will not yet correctly handle defer.
2020-05-03 02:04:13 +02:00
toml.c
Fix some bugs, satisfy more compilers.
2020-03-26 16:37:41 +01:00
toml.h
Start using UnaryOp/PostUnaryOp ++/-- now works post/pre and also on pointers. Fix ++/-- on any number. Added examples. c3c now compiles files by default. Extended symbol resolution. Addition of 'extern'. Multi-level paths.
2020-01-16 21:28:13 +01:00