|
@@ -1520,6 +1520,7 @@ export class IVProgParser {
|
|
parseParenthesisExp () {
|
|
parseParenthesisExp () {
|
|
this.checkOpenParenthesis();
|
|
this.checkOpenParenthesis();
|
|
const tokenA = this.getToken();
|
|
const tokenA = this.getToken();
|
|
|
|
+ this.pos += 1;
|
|
this.consumeNewLines();
|
|
this.consumeNewLines();
|
|
const exp = this.parseExpressionOR();
|
|
const exp = this.parseExpressionOR();
|
|
this.consumeNewLines();
|
|
this.consumeNewLines();
|