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

Close #449. Allow replacement of function macros in `#if` #501

Closed hdamron17 closed 4 years ago

hdamron17 commented 4 years ago

Close #449. This implements a replace_iter function which applies replace to the iterator, allowing replacement of function macros in #if.