We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ed10 commit e2c07bcCopy full SHA for e2c07bc
lambdacalc.js
@@ -64,6 +64,7 @@ CodeMirror.defineMode("lambdacalc", function(_config, modeConfig) {
64
state.bound.push([]);
65
}
66
else {
67
+ if (!(state.depth.length && state.bound.length)) return FAIL;
68
state.depth.pop();
69
state.bound.pop();
70
0 commit comments