mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04:20:30 +00:00
Create integrated assembler for chibicc
All we need now to complete the triforce is an integrated linker. That way Cosmpolitan will let C be a "build anywhere run anywhere" language.
This commit is contained in:
parent
5eddadafbd
commit
81ef162703
6 changed files with 267 additions and 88 deletions
5
third_party/chibicc/chibicc.main.c
vendored
Normal file
5
third_party/chibicc/chibicc.main.c
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "third_party/chibicc/chibicc.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return chibicc(argc, argv);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue