solutions/cw3/lexer.sc
changeset 905 15973df32613
parent 894 02ef5c3abc51
child 919 53f08d873e09
equal deleted inserted replaced
904:d97283992d4f 905:15973df32613
   260         n := n / f
   260         n := n / f
   261     };
   261     };
   262     f := f + 1
   262     f := f + 1
   263 }
   263 }
   264 """
   264 """
   265 println(tokenise(fact))
   265 
   266 
   266 //println(tokenise(fact))
       
   267