grade prints, scrabble score doesn't
This commit is contained in:
parent
dd1fc99205
commit
27e64b2362
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user