From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- regex/program/sidebar-items.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 regex/program/sidebar-items.js (limited to 'regex/program/sidebar-items.js') 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 -- cgit v1.2.3