Added scan-analyze. Faction rep from donating affected by faction rep multiplier

This commit is contained in:
Daniel Xie
2017-05-23 12:36:35 -05:00
parent 9b83035187
commit 73c07841a3
6 changed files with 28 additions and 12 deletions
+1
View File
@@ -219,6 +219,7 @@ function Parser(input) {
var tok = input.next();
if (tok.type == "var" || tok.type == "num" || tok.type == "str")
console.log("encountered var in parse_atom");
return tok;
unexpected();
});