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
b7e423adc2155b44f5a2c514bfaca2db3f2ad5dd
c3c
/
src
/
build
History
Christoffer Lerno
69d9775876
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +02:00
..
build_internal.h
Some work on vararray. Fix span on post unary. Updated error recovery. Updated return analysis to handle void functions. "while" now disallows error prone next line statement. Working on auto linking. Failable load optimized. Optimization and corrections for call returns + documentation.
2021-04-05 23:34:40 +02:00
build_options.c
Removed
define
for declaring ct vars and replaced it with
var
for declarations. Updated error messages. Added $defined.
2021-08-31 12:44:18 +02:00
build_options.h
Create {x86,x64}-elf targets, and make all targets more consistent (
#273
)
2021-08-16 18:38:56 +02:00
builder.c
Use assert functions on various platforms.
2021-08-16 16:43:53 +02:00
project_creation.c
Remove debug printout unless explicitly required. Add compile-only option.
2021-07-19 14:10:31 +02:00
project_creation.h
Use the platform linker by default, which will just be a call to "cc" (the Win solution will be done later)
2021-04-14 14:29:03 +02:00
project.c
Add soft-float, no-sse, no-avx, no-mmx for x64 targets.
2021-08-16 00:00:05 +02:00