Finished implementing RegExp

This commit is contained in:
2017-05-02 14:41:57 +02:00
parent 4c0a594ef8
commit 83963f30dc
4 changed files with 104 additions and 4 deletions
+5
View File
@@ -15,4 +15,9 @@ public class Taal {
public SortedSet<String> getSymbols() {
return symbols;
}
@Override
public String toString() {
return symbols.toString();
}
}