diff options
author | Sunil Shetye | 2018-06-14 16:31:19 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-14 16:31:19 +0530 |
commit | ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f (patch) | |
tree | 4178325bd0010268a223c82ff14512390ca6c933 /js/IntegerOp/DFLIPFLOP.js | |
parent | 43a4722b60828032b33b4dfb41d2d3efc2322a39 (diff) | |
download | sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.gz sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.tar.bz2 sci2js-ab12084ac3c318d31ffc86ad1c7fb49fb7737a3f.zip |
ignore comma and semicolon at the end of line
Diffstat (limited to 'js/IntegerOp/DFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/DFLIPFLOP.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/js/IntegerOp/DFLIPFLOP.js b/js/IntegerOp/DFLIPFLOP.js index 6e2f16cc..19b1a6fa 100644 --- a/js/IntegerOp/DFLIPFLOP.js +++ b/js/IntegerOp/DFLIPFLOP.js @@ -42,20 +42,17 @@ LexToken(VAR,'x',1,904) LexToken(ASSIGNMENT,'=',1,905) LexToken(OPENSQBRACKET,'[',1,906) LexToken(CLOSESQBRACKET,']',1,907) -LexToken(SEMICOLON,';',1,908) -LexToken(EOL,'\n',1,909) +LexToken(EOL,'\n',1,908) LexToken(VAR,'y',1,914) LexToken(ASSIGNMENT,'=',1,915) LexToken(OPENSQBRACKET,'[',1,916) LexToken(CLOSESQBRACKET,']',1,917) -LexToken(SEMICOLON,';',1,918) -LexToken(EOL,'\n',1,919) +LexToken(EOL,'\n',1,918) LexToken(VAR,'typ',1,924) LexToken(ASSIGNMENT,'=',1,927) LexToken(OPENSQBRACKET,'[',1,928) LexToken(CLOSESQBRACKET,']',1,929) -LexToken(SEMICOLON,';',1,930) -LexToken(EOL,'\n',1,931) +LexToken(EOL,'\n',1,930) LexToken(SELECT,'select',1,936) LexToken(VAR,'job',1,943) LexToken(EOL,'\n',1,946) |