superc

Notes on the C Preprocessor: Token Pasting

2 minute read

A feature of the preprocessor little known outside of hardcore C programmers is token pasting (also called concatenation). As the name suggests, token pastin...

Notes on the C Preprocessor: Introduction

3 minute read

My graduate work on SuperC made made me way too familiar with the C preprocessor’s ins and outs, more than I ever could have imagined (or wanted). SuperC’s n...