diff options
Diffstat (limited to 'js/Threshold/POSTONEG_f.js')
-rw-r--r-- | js/Threshold/POSTONEG_f.js | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index 5083b111..eef72289 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -41,20 +41,17 @@ LexToken(VAR,'x',1,882) LexToken(ASSIGNMENT,'=',1,883) LexToken(OPENSQBRACKET,'[',1,884) LexToken(CLOSESQBRACKET,']',1,885) -LexToken(SEMICOLON,';',1,886) -LexToken(EOL,'\n',1,887) +LexToken(EOL,'\n',1,886) LexToken(VAR,'y',1,892) LexToken(ASSIGNMENT,'=',1,893) LexToken(OPENSQBRACKET,'[',1,894) LexToken(CLOSESQBRACKET,']',1,895) -LexToken(SEMICOLON,';',1,896) -LexToken(EOL,'\n',1,897) +LexToken(EOL,'\n',1,896) LexToken(VAR,'typ',1,902) 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(SELECT,'select',1,914) LexToken(VAR,'job',1,921) LexToken(EOL,'\n',1,924) @@ -65,8 +62,7 @@ LexToken(EOL,'\n',1,944) LexToken(VAR,'x',1,953) LexToken(ASSIGNMENT,'=',1,954) LexToken(VAR,'arg1',1,955) -LexToken(SEMICOLON,';',1,959) -LexToken(EOL,'\n',1,960) +LexToken(EOL,'\n',1,959) LexToken(VAR,'x',1,969) LexToken(DOT,'.',1,970) LexToken(VAR,'model',1,971) |