• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
      • Axe
        • R1cs-verification-with-axe
        • Prove-equal-with-axe
        • Dags
        • Stp
        • Lifters
        • Read-jar
        • Read-class
        • Execloader
      • Math
      • Testing-utilities
    • Axe

    Read-class

    Read in a .class file and parse and register the class for use by Axe.

    General Form:

    (read-class class-file
                &key
                :dir       ; default nil
                )

    Inputs:

    class-file — (required)

    A path to a .class file, relative to the directory indicated by the dir argument.

    :dir — default nil

    Either nil, in which case the class-file is interpreted relative to the cbd, or a keyword indicating a directory registered with add-include-book-dir or add-include-book-dir!.