jyn514 / saltwater

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

Path-based includes #482

Closed pythongirl325 closed 4 years ago

pythongirl325 commented 4 years ago

Includes now use paths instead of strings for internal operations. Not very many changes, but the code is more idiomatic.