From 60f6c087744c8e3c7b79aad9b1cfd37d1e73c9d1 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 14 Jun 2018 16:46:47 +0530 Subject: ignore comma and semicolon after comment at the end of line --- js/Linear/DLR_f.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/Linear/DLR_f.js') diff --git a/js/Linear/DLR_f.js b/js/Linear/DLR_f.js index 82bb1c97..79e2bad8 100644 --- a/js/Linear/DLR_f.js +++ b/js/Linear/DLR_f.js @@ -100,7 +100,6 @@ LexToken(EOL,'\n',1,1093) LexToken(PREVAR,'%scicos_context',1,1103) LexToken(ASSIGNMENT,'=',1,1118) LexToken(PREVAR,'%scicos_context',1,1119) -LexToken(SEMICOLON,';',1,1134) LexToken(EOL,'\n',1,1175) LexToken(PREVAR,'%scicos_context',1,1184) LexToken(DOT,'.',1,1199) -- cgit