• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
          • Transformations
          • Language
            • Abstract-syntax
            • Dynamic-semantics
            • Concrete-syntax
            • Static-soundness
            • Static-semantics
              • Static-safety-checking
              • Static-shadowing-checking
              • Mode-set-result
              • Literal-evaluation
                • Eval-literal
                • Eval-hex-string-literal
                • Eval-plain-string-literal
                • Ubyte16-to-utf8
                • Eval-escape
                • Eval-string-element
                • Eval-hex-string-rest-element-list
                • Eval-hex-string-rest-element
                • Eval-hex-string-content
                • Eval-string-element-list
                • Eval-hex-quad
                • Eval-hex-pair
              • Static-identifier-checking
              • Static-safety-checking-evm
              • Mode-set
              • Modes
            • Errors
          • Yul-json
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Static-semantics
  • Dynamic-semantics

Literal-evaluation

Evaluation of Yul literals.

Subtopics

Eval-literal
Evaluate a literal.
Eval-hex-string-literal
Evaluate a hex string literal to a value.
Eval-plain-string-literal
Evaluate a plain string literal to a value.
Ubyte16-to-utf8
UTF-8 encoding of a 16-bit Unicode code point.
Eval-escape
Evaluate an escape to a list of bytes.
Eval-string-element
Evaluate a string element to a list of bytes.
Eval-hex-string-rest-element-list
Evaluate a list of element of hex strings after the first one.
Eval-hex-string-rest-element
Evaluate an element of hex strings after the first one.
Eval-hex-string-content
Evaluate the content of a hex string.
Eval-string-element-list
Evaluate a list of string elements to a list of bytes.
Eval-hex-quad
Evaluate a quadruple of hex digits to a 16-bit unsigned integer.
Eval-hex-pair
Evaluate a pair of hex digits to a byte.