preprocessing tokens

This commit is contained in:
pommicket 2022-01-08 12:15:17 -05:00
parent d48816e226
commit ac6cb985db
5 changed files with 452 additions and 28 deletions

View file

@ -1,6 +1,14 @@
test\
ing/*
I am */testing
that this is working
hello \
there.
#include <stdio.h>
int test(int, double, ...);\
/* here is a nice
comment it is
here
*/
int main(void) {
printf("\"Hello, world!%c\n\"", '\'');
_X55 = Y4_C_;
a.b = c;
5 + (.3e+5+6) & 0xff | 93 -~5;
return 0;
}