This commit is contained in:
n1073645 2019-12-05 11:16:38 +00:00
parent 6adc5dda93
commit 0a4fae1576
2 changed files with 2 additions and 3 deletions

View file

@ -331,10 +331,10 @@ class Magic {
*/
async speculativeExecution(depth=0, extLang=false, intensive=false, recipeConfig=[], useful=false, crib=null) {
if (depth < 0) return [];
console.log("still alive");
// Find any operations that can be run on this data
const matchingOps = this.opPatterns.findMatchingInputRegexes(this.inputStr);
console.log(matchingOps);
let results = [];
// Record the properties of the current data

View file

@ -6,7 +6,6 @@
import Operation from "../Operation.mjs";
import {BRAILLE_LOOKUP} from "../lib/Braille.mjs";
import magicObject from "../lib/MagicObject.mjs";
/**
* From Braille operation