tokenizing string literals and identifiers
This commit is contained in:
parent
a245a5be96
commit
f8f044a7a2
5 changed files with 99 additions and 11 deletions
11
05/main.c
11
05/main.c
|
@ -1,7 +1,4 @@
|
|||
'\xfa' 'w' 'e' 'l' 'l' '\'' '\\'
|
||||
sizeof(int)
|
||||
0x332l
|
||||
0xffffffffffffffff
|
||||
0755u
|
||||
double * = &;
|
||||
|
||||
"Hello ther" "e good fellow."
|
||||
char * = "How are you"" d""o""i""ng today?\n";
|
||||
hi
|
||||
_TEST _ING _1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue