Vexu / arocc

A C compiler written in Zig.
http://aro.vexu.eu/
MIT License
1.15k stars 56 forks source link

Parser: save value for init nodes #794

Closed ehaas closed 1 month ago

ehaas commented 1 month ago

Initial work for solving #783

There are still some issues to solve regarding saving complex int values, pointers to compound literals, and accessing record fields in constexpr contexts, but I think this is enough that I can start working on a simple assembly backend.