diff lwbasic/lwbasic.h @ 31:574931d87abd

Created a function to prettyprint the current lexer token
author lost@l-w.ca
date Thu, 03 Feb 2011 21:28:24 -0700
parents 77626fc37af2
children 49d608aecc4d
line wrap: on
line diff
--- a/lwbasic/lwbasic.h	Thu Feb 03 21:19:11 2011 -0700
+++ b/lwbasic/lwbasic.h	Thu Feb 03 21:28:24 2011 -0700
@@ -97,6 +97,7 @@
 
 #ifndef __lexer_c_seen__
 extern void lexer(cstate *state);
+extern char *lexer_return_token(cstate *state);
 #endif
 
 #ifndef __emit_c_seen__