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) :in4 (nth input 3)
:in5 (nth input 4)}) :in5 (nth input 4)})
(:step-limit argmap)) (:step-limit argmap))
:string)) :print))
inputs) inputs)
errors (map (fn [correct-output output] errors (map (fn [correct-output output]
(if (= output :no-stack-item) (if (= output :no-stack-item)

View File

@ -50,7 +50,7 @@
(utils/not-lazy (utils/not-lazy
(concat (concat
;;; stack-specific instructions ;;; 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 ;;; input instructions
(list :in1) (list :in1)
;;; close ;;; close