• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Error-checking
        • Apt
        • Isar
        • Kestrel-utilities
        • Fty-extensions
        • Abnf
        • Soft
        • Prime-field-constraint-systems
        • Bv
        • Imp-language
        • Event-macros
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Java
        • Syntheto
        • C
          • Atc
          • Language
          • Pack
        • Cryptography
        • Lists-light
        • File-io-light
        • Number-theory
        • Json
        • Solidity
        • Axe
        • Std-extensions
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Execloader
      • Axe
    • Testing-utilities
    • Math
  • Kestrel-books
  • Projects

C

An ACL2 library for C.

This is a library that is being populated with:

  • A formalization of (some aspects of) the C language.
  • A proof-generating C code generator for ACL2.

The library may also extended with more C-related formalizations and tools.

This library is based on the ISO/IEC 9899:2018 specification of C. In the documentation of this library, this standard is referenced as `[C]'; sections are referenced by appending their designations separated by colon, e.g. `[C:6.2.6]' references Section 6.2.6; paragraphs are referenced by further appending their numbers separated by slash, e.g. `[C:6.2.5/2]' references Paragraph 2 of Section 6.2.5. These square-bracketed references may be used as nouns or parenthetically.

Subtopics

Atc
ATC (ACL2 To C), a proof-generating C code generator for ACL2.
Language
A formal model of (some aspects of) the C language.
Pack
Build a symbol in the C package from a list of atoms.