saltwater
saltwater copied to clipboard
Close #506: Implement preprocessor concatenation
Will close #506. So far I have collected the tokens before and after ##
and passed them to a concat
function. Now I just need to figure out how to concatenate them.
Also, I'm probably not working with replacements
and pending
properly in replace()
.
I'm assuming you'll want more tests...