comparison lwcc/token.h @ 296:83fcc1ed6ad6 ccdev

Checkpoint lwcc development Initial untested version of the preprocessor with macro expansion but without file inclusion.
author William Astle <lost@l-w.ca>
date Sat, 14 Sep 2013 20:04:38 -0600
parents 4b17780f2777
children 856caf91ffaa
comparison
equal deleted inserted replaced
295:4b17780f2777 296:83fcc1ed6ad6
89 TOK_RSHASS, 89 TOK_RSHASS,
90 TOK_DOT, 90 TOK_DOT,
91 TOK_CHR_LIT, 91 TOK_CHR_LIT,
92 TOK_STR_LIT, 92 TOK_STR_LIT,
93 TOK_ARROW, 93 TOK_ARROW,
94 TOK_ENDEXPAND,
95 TOK_STARTEXPAND,
94 TOK_MAX 96 TOK_MAX
95 }; 97 };
96 98
97 struct token 99 struct token
98 { 100 {