cw3_marking/c4_add.sc
changeset 977 7a02c5b9e0df
equal deleted inserted replaced
976:4be299d9b41b 977:7a02c5b9e0df
       
     1 
       
     2 
       
     3 
       
     4 def test_string(prog: String) = {
       
     5   val tks = tokenise(prog)
       
     6   val ast = Stmts.parse_all(tks).head
       
     7   eval(ast)
       
     8 }