zigcc

所属分类:编程语言基础
开发工具:Zig
文件大小:0KB
下载次数:0
上传日期:2019-08-23 15:55:50
上 传 者sh-1993
说明:  Zig编译器到模拟器C编译器命令行界面的包装器,
(Wrappers for the Zig compiler to emulator C compiler command-line interfaces,)

文件列表:
build.zig (1160, 2019-08-23)
hello.c (90, 2019-08-23)
test (429, 2019-08-23)
zigcc.zig (8137, 2019-08-23)
zigcl.zig (284, 2019-08-23)
zigclang.zig (287, 2019-08-23)
zigcmd.zig (2408, 2019-08-23)

# zigcc Wrappers for the Zig compiler to emulator C compiler command-line interfaces ### Build ``` zig build ``` ### Usage ``` ./zig-cache/bin/zigcc ... ``` # Status Currently testing this by trying to build SDL with zig. SDL uses autotools so it performs a bunch of tests on the C compiler which provides a free "test-suite" for zigcc. Currently able to compile executables and object files with simple options. SDL is now failing because it can't invoke the C Preprocessor with the `-E` option. Trying to figure out the best way to implment that with zigcc.

近期下载者

相关文件


收藏者