diff 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
line wrap: on
line diff
--- a/lwcc/token.h	Thu Sep 12 22:06:26 2013 -0600
+++ b/lwcc/token.h	Sat Sep 14 20:04:38 2013 -0600
@@ -91,6 +91,8 @@
 	TOK_CHR_LIT,
 	TOK_STR_LIT,
 	TOK_ARROW,
+	TOK_ENDEXPAND,
+	TOK_STARTEXPAND,
 	TOK_MAX
 };