Adjusted RAM costs for Singularity functions and document/window. Fixed bug with calling print() in NetscriptJS

This commit is contained in:
danielyxie
2018-10-16 19:11:02 -05:00
parent e3be48bb98
commit 3bd7ad77b7
4 changed files with 43 additions and 37 deletions
-1
View File
@@ -14,7 +14,6 @@ import {NetscriptPort} from "./NetscriptPort";
import {AllServers} from "./Server";
import {Settings} from "./Settings";
//TODO Maybe escodegen might be better?
import {generate} from 'escodegen';
import {parse, Node} from "../utils/acorn";