1 // A parser and evaluator for teh while language
1 // A parser and evaluator for the while language
2 //
3 import matcher._
4 import parser._
5
6