Explorar o código

Add TODO cases for time instructions

ApisNecros hai 1 ano
pai
achega
9f9d397dc0
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      starfish.js

+ 13 - 0
starfish.js

@@ -351,6 +351,19 @@ class CodeBox {
                 case "o":
                     output = String.fromCharCode(this.stacks[this.curr_stack].Pop());
                     break;
+                // Time
+                case "S":
+                    // TODO
+                    break;
+                case "h":
+                    // TODO
+                    break;
+                case "m":
+                    // TODO
+                    break;
+                case "s":
+                    // TODO
+                    break;
                 // Code box manipulation
                 case "g":
                     this.PushFromCodeBox();