Vexu / arocc

A C compiler written in Zig.

Home Page:http://aro.vexu.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not build.

xplshn opened this issue · comments

[anto@/portstree/masterdir arocc]$ zig build
/void-packages/homebrew/arocc/build.zig:229:40: error: expected ')', found ','
    for (aro_module.dependencies.keys(), aro_module.dependencies.values()) |name, module| {
                                       ^
[anto@/portstree/masterdir arocc]$ 

Void Linux Musl x86_64

You need to use a master branch version of Zig.

Oh, thanks, great to know. Should be added to the README.md