Module session_source

Source
Expand description

Session Source

This module contains the SessionSource struct, which is a minimal wrapper around the REPL contract’s source code. It provides simple compilation, parsing, and execution helpers.

Structs§

GeneratedOutput
Full compilation output for the SessionSource
IntermediateContract
A refined intermediate parse tree for a contract that enables easy lookups of definitions.
IntermediateOutput
Intermediate output for the compiled SessionSource
SessionSource
REPL Session Source wrapper
SessionSourceConfig
Configuration for the SessionSource

Enums§

ParseTreeFragment
A Parse Tree Fragment

Constants§

MIN_VM_VERSION
The minimum Solidity version of the Vm interface.

Statics§

VM_SOURCE 🔒
Solidity source for the Vm interface in forge-std

Functions§

debug_errors 🔒
parse_fragment
Parses a fragment of solidity code with solang_parser and assigns it a scope within the SessionSource.

Type Aliases§

IntermediateContracts 🔒
A defined type for a map of contract names to IntermediateContracts