We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a93d4 commit 157f7c7Copy full SHA for 157f7c7
README.md
@@ -1,5 +1,7 @@
1
# moar
2
-Deterministic Regular Expressions with Backreferences. Uses ANTLR for Pattern compilation. Uses Memory Occurence Automata to match the input.
+Deterministic Regular Expressions with Backreferences. Uses Memory Occurence Automata to match the input.
3
+
4
+ANTLR is used for Pattern compilation.
5
6
# Theoretical Background
7
0 commit comments