Added RegExp

This commit is contained in:
2017-05-02 14:20:19 +02:00
parent f6c4bb5e36
commit 4c0a594ef8
4 changed files with 263 additions and 1 deletions
+6 -1
View File
@@ -73,9 +73,14 @@ public class Main {
// System.out.println("Here my code be");
// com.imegumii.codevandocent.Automata<String> t1 = TestAutomata.getExampleSlide8Lesson2();
// t1.printTransitions();
TestRegExp testreg = new TestRegExp();
testreg.testLanguage();
System.out.println("Zo moet het dus, nu onze beurt.");
Practicum1();
// Practicum1();
}
}