aboutsummaryrefslogtreecommitdiff
path: root/regex/program
diff options
context:
space:
mode:
author2015-06-29 20:16:15 +0000
committer2015-06-29 20:16:15 +0000
commit64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 (patch)
tree8c64d6e8be006486d975a651505fbbde61365cd6 /regex/program
downloadirsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.gz
irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.xz
irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.zip
Update documentationgh-pages
Diffstat (limited to 'regex/program')
-rw-r--r--regex/program/enum.Inst.html0
-rw-r--r--regex/program/enum.LookInst.html0
-rw-r--r--regex/program/index.html0
-rw-r--r--regex/program/sidebar-items.js1
-rw-r--r--regex/program/struct.CharRanges.html0
-rw-r--r--regex/program/struct.OneChar.html0
-rw-r--r--regex/program/struct.Program.html0
7 files changed, 1 insertions, 0 deletions
diff --git a/regex/program/enum.Inst.html b/regex/program/enum.Inst.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/enum.Inst.html
diff --git a/regex/program/enum.LookInst.html b/regex/program/enum.LookInst.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/enum.LookInst.html
diff --git a/regex/program/index.html b/regex/program/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/index.html
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
diff --git a/regex/program/struct.CharRanges.html b/regex/program/struct.CharRanges.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/struct.CharRanges.html
diff --git a/regex/program/struct.OneChar.html b/regex/program/struct.OneChar.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/struct.OneChar.html
diff --git a/regex/program/struct.Program.html b/regex/program/struct.Program.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/regex/program/struct.Program.html