progs/matcher/re2.sc
changeset 826 b0352633bf48
parent 825 dca072e2bb7d
child 879 ad9d4a01e072
--- a/progs/matcher/re2.sc	Thu May 13 13:10:38 2021 +0100
+++ b/progs/matcher/re2.sc	Mon Aug 30 14:18:08 2021 +0100
@@ -74,7 +74,7 @@
 
 
 
-@doc("Test (a?{n}) (a{n})")
+@arg(doc = "Test (a?{n}) (a{n})")
 @main
 def test1() = {
   println("Test (a?{n}) (a{n})")
@@ -85,7 +85,7 @@
 }  
 
 
-@doc("Test (a*)* b")
+@arg(doc = "Test (a*)* b")
 @main
 def test2() = {
   println("Test (a*)* b")
@@ -141,6 +141,11 @@
 
 
 
-@doc("All tests.")
+@arg(doc = "All tests.")
 @main
 def all() = { test1(); test2() } 
+
+
+
+
+// runs with amm2 and amm3