From 079d40eef3b2bcb686c08db982b15ccf40311a6a Mon Sep 17 00:00:00 2001 From: Eatswap Date: Sat, 10 Dec 2022 19:43:42 +0800 Subject: [PATCH] fix: comment (2) --- DragonLisp.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DragonLisp.l b/DragonLisp.l index 8372e4a..d01a6bb 100644 --- a/DragonLisp.l +++ b/DragonLisp.l @@ -24,7 +24,7 @@ float [+-]?[0-9]*[.][0-9]+([eE][+-][0-9]+)? int [+-]?(0[xX][0-9A-Fa-f]*|0[0-7]+|[1-9][0-9]*) id [a-zA-Z_][a-zA-Z_0-9]* blank [ \t\v\r] -comment ;[^\n]* +comment ;[^\n\r]* string \"[^\r\n]*\" and (and|AND)