• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
        • Defdefparse
          • Defdefparse-implementation
            • Defdefparse-event-generation
              • Defdefparse-gen-function-for-rulename
              • Defdefparse-gen-code-for-alternation
              • Defdefparse-gen-code-for-repetition
              • Defdefparse-gen-function-for-group
              • Defdefparse-function-spec
              • Defdefparse-gen-code-for-element
              • Defdefparse-gen-*-group-macro
              • Defdefparse-gen-function-for-option
              • Defdefparse-gen-option-macro
              • Defdefparse-gen-group-macro
              • Defdefparse-gen-code-for-concatenation
              • Defdefparse-gen-function-for-repetition
              • Defdefparse-gen-*-rulename-macro
              • Defdefparse-gen-rulename-macro
              • Defdefparse-gen-repetition-alist
              • Defdefparse-gen-option-alist
              • Defdefparse-gen-group-alist
              • Defdefparse-gen-everything
              • Defdefparse-gen-repetition-table-macro
              • Defdefparse-gen-option-table-macro
              • Defdefparse-gen-group-table-macro
              • Defdefparse-gen-function-for-spec
              • Defdefparse-gen-repetition-table
              • Defdefparse-gen-option-table
              • Defdefparse-gen-group-table
              • Defdefparse-reorder-alternation
              • Defdefparse-order-permutationp
              • Defdefparse-gen-repetition-table-name
              • Defdefparse-gen-option-table-name
              • Defdefparse-gen-group-table-name
              • Defdefparse-alt-symbol-alist
              • Defdefparse-rep-symbol-alist
            • Defdefparse-fn
            • Defdefparse-input-processing
            • Defdefparse-table
            • Defdefparse-macro-definition
        • 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
  • Defdefparse-implementation

Defdefparse-event-generation

Event generation performed by defdefparse.

Subtopics

Defdefparse-gen-function-for-rulename
Generate a parsing function for a rule name.
Defdefparse-gen-code-for-alternation
Generate code to parse an instance of an ABNF alternation.
Defdefparse-gen-code-for-repetition
Generate code to parse an instance of an ABNF repetition.
Defdefparse-gen-function-for-group
Generate a parsing function for an ABNF group.
Defdefparse-function-spec
Fixtype of specifications of parsing functions.
Defdefparse-gen-code-for-element
Generate code to parse an instance of an ABNF element.
Defdefparse-gen-*-group-macro
Generate the defparse-name-*-group macro described in the defdefparse user documentation.
Defdefparse-gen-function-for-option
Generate a parsing function for an ABNF option.
Defdefparse-gen-option-macro
Generate the defparse-name-option macro described in the defdefparse user documentation.
Defdefparse-gen-group-macro
Generate the defparse-name-group macro described in the defdefparse user documentation.
Defdefparse-gen-code-for-concatenation
Generate code to parse an instance of an ABNF concatenation.
Defdefparse-gen-function-for-repetition
Generate a parsing function for an ABNF repetition.
Defdefparse-gen-*-rulename-macro
Generate the defparse-name-*-rulename macro described in the defdefparse user documentation.
Defdefparse-gen-rulename-macro
Generate the defparse-name-rulename macro described in the defdefparse user documentation.
Defdefparse-gen-repetition-alist
Generate an alist from alternations to symbols, used for the table of repetition parsing functions.
Defdefparse-gen-option-alist
Generate an alist from alternations to symbols, used for the table of option parsing functions.
Defdefparse-gen-group-alist
Generate an alist from alternations to symbols, used for the table of group parsing functions.
Defdefparse-gen-everything
Generate all the events.
Defdefparse-gen-repetition-table-macro
Generate the defparse-name-repetition-table described in the defdefparse user documentation.
Defdefparse-gen-option-table-macro
Generate the defparse-name-option-table described in the defdefparse user documentation.
Defdefparse-gen-group-table-macro
Generate the defparse-name-group-table described in the defdefparse user documentation.
Defdefparse-gen-function-for-spec
Generate a parsing function for a specification.
Defdefparse-gen-repetition-table
Generate the table of repetition parsing functions.
Defdefparse-gen-option-table
Generate the table of option parsing functions.
Defdefparse-gen-group-table
Generate the table of group parsing functions.
Defdefparse-reorder-alternation
Reorder the alternatives of an alternation.
Defdefparse-order-permutationp
Check if an order parameter is a valid permutation.
Defdefparse-gen-repetition-table-name
Generate the name of the constant whose value is the table of repetition parsing functions.
Defdefparse-gen-option-table-name
Generate the name of the constant whose value is the table of option parsing functions.
Defdefparse-gen-group-table-name
Generate the name of the constant whose value is the table of group parsing functions.
Defdefparse-alt-symbol-alist
Fixtype of alists from ABNF alternations to ACL2 symbols.
Defdefparse-rep-symbol-alist
Fixtype of alists from ABNF repetitions to ACL2 symbols.