From 6f474ede7bbc096b34abdcf75381643334078b15 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Wed, 12 Feb 2014 18:34:46 +0000 Subject: [PATCH] =?UTF-8?q?ASCII=20parser:=20support=20of=20identifiers=20?= =?UTF-8?q?containing=20=E2=80=98-=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latan/IoAsciiLexer.lpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latan/IoAsciiLexer.lpp b/latan/IoAsciiLexer.lpp index aeaa3de..2437782 100644 --- a/latan/IoAsciiLexer.lpp +++ b/latan/IoAsciiLexer.lpp @@ -56,7 +56,7 @@ %} DIGIT [0-9] -ALPHA [a-zA-Z_] +ALPHA [a-zA-Z_\-] SIGN \+|- EXP e|E INT {SIGN}?{DIGIT}+