testing3/re1b_test.scala
changeset 160 863feeb5c760
parent 153 4383809c176a
--- a/testing3/re1b_test.scala	Tue Nov 28 20:37:57 2017 +0000
+++ b/testing3/re1b_test.scala	Wed Nov 29 21:22:29 2017 +0000
@@ -1,18 +1,18 @@
 
-import scala.concurrent._
-import scala.concurrent.duration._
-import ExecutionContext.Implicits.global
-import scala.language.postfixOps 
-import scala.language.reflectiveCalls
+//import scala.concurrent._
+//import scala.concurrent.duration._
+//import ExecutionContext.Implicits.global
+//import scala.language.postfixOps 
+//import scala.language.reflectiveCalls
 
 
-lazy val f = Future {
+//lazy val f = Future {
   import CW8a._
 
   assert(der('a', ZERO | ONE) == (ZERO | ZERO))
   assert(der('a', (CHAR('a') | ONE) ~ CHAR('a')) == ALT((ONE | ZERO) ~ CHAR('a'), ONE))
   assert(der('a', STAR(CHAR('a'))) == (ONE ~ STAR(CHAR('a'))))
   assert(der('b', STAR(CHAR('a'))) == (ZERO ~ STAR(CHAR('a'))))
-}
+//}
 
-Await.result(f, 120 second)
+//Await.result(f, 120 second)