• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
          • Deftreeops-implementation
            • Deftreeops-event-generation
            • Deftreeops-info
              • Deftreeops-rulename-info
              • Deftreeops-conc-info
              • Deftreeops-rep-info
              • Deftreeops-numrange-info
              • Deftreeops-charval-info
              • Deftreeops-rep-info-list
              • Deftreeops-conc-info-list
              • Deftreeops-charval-info-alist
              • Deftreeops-rulename-info-alist
              • Deftreeops-numrange-info-alist
            • Deftreeops-process-inputs-and-gen-everything
            • Deftreeops-fn
            • Deftreeops-table
            • Deftreeops-input-processing
            • Deftreeops-macro-definition
          • Deftreeops-show-event
          • Deftreeops-show-info
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
        • Grammar-parser
        • Meta-circular-validation
        • Parsing-primitives-defresult
        • Parsing-primitives-seq
        • Operations
        • Examples
        • Differences-with-paper
        • Constructor-utilities
        • Grammar-printer
        • Parsing-tools
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Deftreeops-implementation

Deftreeops-info

Information about the events generated by deftreeops.

As discussed in deftreeops-implementation, this is generated in the first pass. The events themselves are generated in the second pass.

Subtopics

Deftreeops-rulename-info
Fixtype of deftreeops information about a rule name.
Deftreeops-conc-info
Fixtype of deftreeops information about a concatenation in the defining alternation of a rule name.
Deftreeops-rep-info
Fixtype of deftreeops information about a repetition in a concatenation in the defining alternation of a rule name.
Deftreeops-numrange-info
Fixtype of deftreeops information about numeric ranges.
Deftreeops-charval-info
Fixtype of deftreeops information about character value notation.
Deftreeops-rep-info-list
Fixtype of deftreeops information about the list of repetitions that form a concatenation in the defining alternation of a rule name.
Deftreeops-conc-info-list
Fixtype of deftreeops information about the list of concatenations that form the defining alternation of a rule name.
Deftreeops-charval-info-alist
Fixtype of alists from character value notations to information about them.
Deftreeops-rulename-info-alist
Fixtype of alists from rule names to information about rule names.
Deftreeops-numrange-info-alist
Fixtype of alists from numeric ranges to information about them.