comparison lwcc/token.h @ 305:54f213c8fb81 ccdev

Various bugfixes and output tuning Tuned output of preprocessor to include line markers similar to the ones added by the gcc preprocessor. Also, many fixes for various bits of dumbosity leading to misbehaviour and crashing.
author William Astle <lost@l-w.ca>
date Wed, 18 Sep 2013 19:17:52 -0600
parents 856caf91ffaa
children b08787e5b9f3
comparison
equal deleted inserted replaced
304:d85d173ba120 305:54f213c8fb81
37 TOK_EOF, 37 TOK_EOF,
38 TOK_EOL, 38 TOK_EOL,
39 TOK_WSPACE, 39 TOK_WSPACE,
40 TOK_IDENT, 40 TOK_IDENT,
41 TOK_NUMBER, 41 TOK_NUMBER,
42 TOK_STRING, 42 // TOK_STRING,
43 TOK_CHAR, 43 TOK_CHAR,
44 TOK_DIV, 44 TOK_DIV,
45 TOK_ADD, 45 TOK_ADD,
46 TOK_SUB, 46 TOK_SUB,
47 TOK_OPAREN, 47 TOK_OPAREN,