aboutsummaryrefslogtreecommitdiff
path: root/regex/program/sidebar-items.js
diff options
context:
space:
mode:
Diffstat (limited to 'regex/program/sidebar-items.js')
-rw-r--r--regex/program/sidebar-items.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex/program/sidebar-items.js b/regex/program/sidebar-items.js
new file mode 100644
index 0000000..53aa678
--- /dev/null
+++ b/regex/program/sidebar-items.js
@@ -0,0 +1 @@
+initSidebarItems({"enum":[["Inst","An instruction, the underlying unit of a compiled regular expression"],["LookInst","The set of zero-width match instructions."]],"struct":[["CharRanges","A multi-range character class instruction."],["OneChar","A single character instruction."],["Program","Program represents a compiled regular expression. Once an expression is compiled, its representation is immutable and will never change. (Well, almost. In fact, the matching engines cache state that can be reused on subsequent searches. But this is interior mutability that shouldn't be observable by the caller.)"]]}); \ No newline at end of file