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
1bc4400246781fdadfe3f722b87fac4a7edfc039
c3c
/
resources
History
Christoffer Lerno
07595df412
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
2021-03-17 18:25:00 +01:00
..
examples
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
2021-03-17 18:25:00 +01:00
lib
/std
Recursive references between globals are now correctly handled.
2021-01-27 00:14:16 +01:00
rosettacode
Fixed bug that would intermittently arise from multiple contexts having the same pointer (should preferably be fixed in a different way later). Free all the arenas before codegen. Change "next" to "nextcase". Allow missing function parameters. Add "inline" structs.
2021-01-03 00:15:51 +01:00
testfragments
Work on constant string and inferred array sizes.
2021-02-03 23:01:37 +01:00
testproject
Fixes bug handling chained && ||. Work towards more macro functionality. Correctly emit stdcall. Corrected character parsing in escaped string entries.
2020-06-11 15:45:58 +02:00
c3.l
Work on debug + fix of failable bug.
2020-09-02 10:18:30 +02:00
grammar.y
Work on debug + fix of failable bug.
2020-09-02 10:18:30 +02:00