Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Apt
Acre
Milawa
Smtlink
Aleobft
Abnf
Deftreeops
Deftreeops-implementation
Deftreeops-event-generation
Deftreeops-gen-rep-events
Deftreeops-gen-conc-events
Deftreeops-gen-rulename-events
Deftreeops-gen-rulename-alist-events
Deftreeops-gen-discriminant-terms
Deftreeops-gen-conc-list-events
Deftreeops-gen-rep-list-events
Deftreeops-gen-numrange-events
Deftreeops-gen-conc-info-list
Deftreeops-gen-cst-list-list-conc-match
Deftreeops-gen-cst-list-list-alt-match
Deftreeops-gen-conc-info
Deftreeops-gen-all-rulename-infos+events
Deftreeops-gen-rep-info
Deftreeops-gen-cst-list-rep-match
Deftreeops-gen-cst-list-elem-match
Deftreeops-gen-rulename-info-alist
Deftreeops-gen-cst-match
Deftreeops-gen-charval-events
Deftreeops-gen-numrange-alist-events
Deftreeops-gen-all-numrange-infos+events
Deftreeops-gen-all-charval-infos+events
Deftreeops-gen-everything
Deftreeops-gen-charval-alist-events
Deftreeops-gen-charval-info-alist
Deftreeops-gen-rulename-info
Deftreeops-gen-rep-info-list
Deftreeops-gen-numrange-info-alist
Deftreeops-gen-matchers
Deftreeops-gen-numrange-info
Deftreeops-gen-charval-info
Deftreeops-elem-match-pred
Deftreeops-conc-match-pred
Deftreeops-alt-match-pred
Deftreeops-rep-match-pred
Deftreeops-match-pred
Deftreeops-info
Deftreeops-process-inputs-and-gen-everything
Deftreeops-fn
Deftreeops-table
Deftreeops-input-processing
Deftreeops-macro-definition
Deftreeops-show-event
Deftreeops-show-info
Defdefparse
Defgrammar
Abnf-tree-utilities
Notation
Grammar-parser
Meta-circular-validation
Parsing-primitives-defresult
Parsing-primitives-seq
Operations
Examples
Differences-with-paper
Grammar-printer
Parsing-tools
Vwsim
Isar
Wp-gen
Dimacs-reader
Pfcs
Legacy-defrstobj
Proof-checker-array
Soft
Farray
Rp-rewriter
Instant-runoff-voting
Imp-language
Sidekick
Leftist-trees
C
Java
Taspi
Bitcoin
Des
Ethereum
X86isa
Sha-2
Yul
Riscv
Zcash
Proof-checker-itp13
Regex
ACL2-programming-language
Json
Jfkr
Equational
Cryptography
Poseidon
Where-do-i-place-my-book
Bigmems
Builtins
Axe
Execloader
Solidity
Leo
Paco
Concurrent-programs
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Interfacing-tools
Hardware-verification
Software-verification
Math
Testing-utilities
Deftreeops-implementation
Deftreeops-event-generation
Event generation performed by
deftreeops
.
Subtopics
Deftreeops-gen-rep-events
Generate the functions and theorems for a repetition in a concatenation in the alternation that defines a rule name.
Deftreeops-gen-conc-events
Generate the functions and theorems for a concatenation in the alternation that defines a rule name.
Deftreeops-gen-rulename-events
Generate the events for a rule name.
Deftreeops-gen-rulename-alist-events
Generate the events for all the rule names in the alist.
Deftreeops-gen-discriminant-terms
Generate the terms to discriminate among two or more concatenations that form the alternation that defines a rule name.
Deftreeops-gen-conc-list-events
Lift
deftreeops-gen-conc-events
to lists.
Deftreeops-gen-rep-list-events
Lift
deftreeops-gen-rep-events
to lists.
Deftreeops-gen-numrange-events
Generate the function and theorem for a numeric range.
Deftreeops-gen-conc-info-list
Lift
deftreeops-gen-conc-info
to lists of concatenations, i.e. to alternations.
Deftreeops-gen-cst-list-list-conc-match
Generate the fourth of the specialized matching predicates.
Deftreeops-gen-cst-list-list-alt-match
Generate the fifth of the specialized matching predicates.
Deftreeops-gen-conc-info
Generate the information for a concatenation in the alternation that defines a rule name.
Deftreeops-gen-all-rulename-infos+events
Generate the information and events for all the rulenames in a grammar.
Deftreeops-gen-rep-info
Generate the information for a repetition in a concatenation in the alternation that defines a rule name.
Deftreeops-gen-cst-list-rep-match
Generate the third of the specialized matching predicates.
Deftreeops-gen-cst-list-elem-match
Generate the second of the specialized matching predicates.
Deftreeops-gen-rulename-info-alist
Generate the alist from rule names to rule name information, from a list of rules.
Deftreeops-gen-cst-match
Generate the first of the specialized matching predicates.
Deftreeops-gen-charval-events
Generate the theorem for a character value notation.
Deftreeops-gen-numrange-alist-events
Generate the events for all the numeric ranges in the alist.
Deftreeops-gen-all-numrange-infos+events
Generate the information and events for all the numeric ranges in a grammar.
Deftreeops-gen-all-charval-infos+events
Generate the information and events for all the character value notations in a grammar.
Deftreeops-gen-everything
Generate all the events.
Deftreeops-gen-charval-alist-events
Generate the events for all the character value notations in the alist.
Deftreeops-gen-charval-info-alist
Generate the alist from character value notation to character value notation information from a list of rules.
Deftreeops-gen-rulename-info
Generate the information for a rule name.
Deftreeops-gen-rep-info-list
Lift
deftreeops-gen-rep-info
to lists of repetitions, i.e. to concatenations.
Deftreeops-gen-numrange-info-alist
Generate the alist from numeric ranges to numeric range information, from a list of rules.
Deftreeops-gen-matchers
Generate the specialized matching predicates.
Deftreeops-gen-numrange-info
Generate the information for a numeric range.
Deftreeops-gen-charval-info
Generate the information for a character value notation.
Deftreeops-elem-match-pred
Name of the
<prefix>-list-elem-matchp
predicate.
Deftreeops-conc-match-pred
Name of the
<prefix>-list-list-conc-matchp
predicate.
Deftreeops-alt-match-pred
Name of the
<prefix>-list-list-alt-matchp
predicate.
Deftreeops-rep-match-pred
Name of the
<prefix>-list-rep-matchp
predicate.
Deftreeops-match-pred
Name of the
<prefix>-matchp
predicate.