We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa124b1 + ea6d32a commit 4466bb7Copy full SHA for 4466bb7
HACKING.md
@@ -74,7 +74,7 @@ regex library.
74
75
The compiler is in src/compile.rs. The input to the compiler is some abstract
76
syntax for a regular expression and the output is a sequence of opcodes that
77
-matching engines use to execute a search. (One can think of matching engines at
+matching engines use to execute a search. (One can think of matching engines as
78
mini virtual machines.) The sequence of opcodes is a particular encoding of a
79
non-deterministic finite automaton. In particular, the opcodes explicitly rely
80
on epsilon transitions.
0 commit comments