jyn514 / saltwater

A C compiler written in Rust, with a focus on good error messages.
BSD 3-Clause "New" or "Revised" License
293 stars 27 forks source link

[WIP] Parse qualifiers correctly #508

Open jyn514 opened 4 years ago

jyn514 commented 4 years ago

The tests need to be updated and the pretty-printing is all sorts of broken. But it works!

Closes #347