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:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user