We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page explains some terms that you will encounter in the RE2 codebase.
BitState:
BitState
bytecode:
bytemap:
DFA:
DFA
execution engine:
Inst:
Inst
NFA:
NFA
OnePass:
OnePass
Prog:
Prog
Regexp:
Regexp
Rune: A character in the sense of character encoding, not in the sense of char. More properly known as a code point, but RE2 uses libutf from Plan 9.
Rune
char