From b840059a7f2fb0e3796414f30f1e241d03b44dbf Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 10 Jan 2014 16:55:37 +0100 Subject: =?UTF-8?q?Correction=20de=20li=20pour=20valeurs=20n=C3=A9gatives?= =?UTF-8?q?=20;=20utilisation=20de=20labels=20dans=20des=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asm/asmlex.mll | 1 + 1 file changed, 1 insertion(+) (limited to 'asm/asmlex.mll') diff --git a/asm/asmlex.mll b/asm/asmlex.mll index 873e32d..cace4b7 100644 --- a/asm/asmlex.mll +++ b/asm/asmlex.mll @@ -104,6 +104,7 @@ rule token = parse | '(' { LP } | ')' { RP } | '"' { str [] lexbuf } + |';' { SEMIC } and str acc = parse | "\\\\" { str ('\\' :: acc) lexbuf } -- cgit v1.2.3