diff lwbasic/lexer.c @ 33:890a8f688889

Basic parsing of local variable decls
author lost@l-w.ca
date Thu, 03 Feb 2011 22:15:57 -0700
parents 574931d87abd
children bfea77812e64
line wrap: on
line diff
--- a/lwbasic/lexer.c	Thu Feb 03 22:00:47 2011 -0700
+++ b/lwbasic/lexer.c	Thu Feb 03 22:15:57 2011 -0700
@@ -58,6 +58,7 @@
 	{ "integer",		token_kw_integer },
 	{ "endsub",			token_kw_endsub },
 	{ "endfunction",	token_kw_endfunction },
+	{ "dim",			token_kw_dim },
 	{ NULL }
 };