• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • 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
        • Transformations
        • Language
          • Abstract-syntax
          • Dynamic-semantics
            • Exec
            • Find-fun
            • Init-local
            • Write-vars-values
            • Add-vars-values
            • Add-funs
            • Eoutcome
            • Soutcome
            • Ensure-funscope-disjoint
            • Write-var-value
            • Restrict-vars
            • Add-var-value
            • Funinfo
            • Exec-top-block
            • Values
            • Cstate
            • Funinfo+funenv
            • Read-vars-values
            • Read-var-value
            • Funenv
            • Funscope-for-fundefs
            • Exec-path
            • Path-to-var
            • Funinfo+funenv-result
            • Exec-literal
            • Soutcome-result
            • 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
            • Funscope-result
            • Funinfo-result
            • Funenv-result
            • Eoutcome-result
            • Cstate-result
            • Paths-to-vars
            • Funinfo-for-fundef
            • Lstate
            • Funscope
            • Mode-set
            • Modes
          • Concrete-syntax
          • Static-soundness
          • Static-semantics
          • Errors
        • Yul-json
      • 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
  • 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.