From 8b1cd8f43aca5fba658a66dfc6663d8cdf9f0493 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Tue, 21 Oct 2014 17:36:46 +0100 Subject: [PATCH] allow '/' in data name --- lib/AsciiLexer.lpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AsciiLexer.lpp b/lib/AsciiLexer.lpp index a7c52a1..42b48d5 100644 --- a/lib/AsciiLexer.lpp +++ b/lib/AsciiLexer.lpp @@ -56,7 +56,7 @@ %} DIGIT [0-9] -ALPHA [a-zA-Z_+.-] +ALPHA [a-zA-Z_+./-] SIGN \+|- EXP e|E INT {SIGN}?{DIGIT}+