add missing extended identifier characters

This commit is contained in:
Yuichi Nishiwaki 2013-10-23 12:00:53 +09:00
parent f31ddb36a2
commit 5f05fed38f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ static pic_value new_escaped_string(pic_state *, const char *);
boolean #t|#f|#true|#false
/* symbol */
identifier [a-z0-9A-Z+-/*?<=>_.]+
identifier [a-z0-9A-Z+-/*!$%&:@^~?<=>_.]+
/* number */
digit [0-9]