b20d33c5c6
So far the only expression implemented is a single integer literal, but obviously that's easy to extend. Various things including nesting are tested here.
3 lines
45 B
C
3 lines
45 B
C
#define paste(a,b) a ## b
|
|
paste(one , token)
|