grade prints, scrabble score doesn't

This commit is contained in:
Ryan Boldi 2022-07-31 09:10:20 -04:00
parent dd1fc99205
commit 27e64b2362
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
:in4 (nth input 3)
:in5 (nth input 4)})
(:step-limit argmap))
:string))
:print))
inputs)
errors (map (fn [correct-output output]
(if (= output :no-stack-item)

View File

@ -50,7 +50,7 @@
(utils/not-lazy
(concat
;;; stack-specific instructions
(get-stack-instructions #{:exec :integer :boolean :char :vector_integer :string :print})
(get-stack-instructions #{:exec :integer :boolean :char :vector_integer :string})
;;; input instructions
(list :in1)
;;; close