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
ac89023a2d6221792cee837b43ad54cdc481677f
c3c
/
src
History
Christoffer Lerno
ac89023a2d
Adding __free and __alloc as intrinsics (but maybe revisit that idea).
2020-12-02 22:02:36 +01:00
..
build
Added some more PIE/PIC code. Not quite correct yet unfortunately.
2020-11-28 22:17:32 +01:00
compiler
Adding __free and __alloc as intrinsics (but maybe revisit that idea).
2020-12-02 22:02:36 +01:00
compiler_tests
Added CT_SWITCH parsing in top level. Nil changed to null. Parsing more in line with grammar. Parse type as expressions. Zero init by default for locals. Corrected bool/fp conversion. Add memcpy pass to fix issue with value load/stores.
2020-09-21 11:38:12 +02:00
target_info
Add macro arguments &foo $foo #foo.
2020-11-22 22:16:19 +01:00
utils
Add macro arguments &foo $foo #foo.
2020-11-22 22:16:19 +01:00
main.c
Moving llvm-emit / debug output separately. Started work on C headers. Started work getting packed unions and structs to work correctly. Also added some unfinished PIC code.
2020-11-27 23:43:39 +01:00