summaryrefslogtreecommitdiff
path: root/js/Linear/DERIV.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-14 16:31:19 +0530
committerSunil Shetye2018-06-14 16:31:19 +0530
commitab12084ac3c318d31ffc86ad1c7fb49fb7737a3f (patch)
tree4178325bd0010268a223c82ff14512390ca6c933 /js/Linear/DERIV.js
parent43a4722b60828032b33b4dfb41d2d3efc2322a39 (diff)
downloadsci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.gz
sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.bz2
sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.zip
ignore comma and semicolon at the end of line
Diffstat (limited to 'js/Linear/DERIV.js')
-rw-r--r--js/Linear/DERIV.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js
index 65ecfffc..1b1ffbad 100644
--- a/js/Linear/DERIV.js
+++ b/js/Linear/DERIV.js
@@ -41,20 +41,17 @@ LexToken(VAR,'x',1,879)
LexToken(ASSIGNMENT,'=',1,880)
LexToken(OPENSQBRACKET,'[',1,881)
LexToken(CLOSESQBRACKET,']',1,882)
-LexToken(SEMICOLON,';',1,883)
-LexToken(EOL,'\n',1,884)
+LexToken(EOL,'\n',1,883)
LexToken(VAR,'y',1,889)
LexToken(ASSIGNMENT,'=',1,890)
LexToken(OPENSQBRACKET,'[',1,891)
LexToken(CLOSESQBRACKET,']',1,892)
-LexToken(SEMICOLON,';',1,893)
-LexToken(EOL,'\n',1,894)
+LexToken(EOL,'\n',1,893)
LexToken(VAR,'typ',1,899)
LexToken(ASSIGNMENT,'=',1,902)
LexToken(OPENSQBRACKET,'[',1,903)
LexToken(CLOSESQBRACKET,']',1,904)
-LexToken(SEMICOLON,';',1,905)
-LexToken(EOL,'\n',1,906)
+LexToken(EOL,'\n',1,905)
LexToken(SELECT,'select',1,911)
LexToken(VAR,'job',1,918)
LexToken(EOL,'\n',1,921)