mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
more stuff
This commit is contained in:
parent
d59048d592
commit
72b93d0062
1 changed files with 4 additions and 2 deletions
|
@ -11,9 +11,11 @@ ID [a-zA-Z_][a-zA-Z_0-9]*
|
|||
|
||||
%%
|
||||
|
||||
{DIGIT}+"."{DIGIT}*
|
||||
{DIGIT}+"."{DIGIT}* return VALUE;
|
||||
|
||||
{ID}
|
||||
{ID} return NAME
|
||||
|
||||
\"(\.|[^"])*\"
|
||||
|
||||
"!"|"("|")"|"{"|"}"|"."|"*"|"/"|"&"|"|"|"+"|"-"|"="|"["|"]" return yytext[0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue