We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 824ed10 + e2c07bc commit 95e3bb4Copy full SHA for 95e3bb4
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