mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
Added stuff to Script queue functionality..it's gonna get deleted anyways so w.e
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* Evaluates the Abstract Syntax Tree for Netscript
|
||||
* generated by the Parser class
|
||||
*/
|
||||
|
||||
function evaluate(exp, env) {
|
||||
switch (exp.type) {
|
||||
case "num":
|
||||
|
||||
Reference in New Issue
Block a user