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 aa124b1 commit ea6d32aCopy full SHA for ea6d32a
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