drepl ~master (2022-05-05T22:45:57.0240974)
Dub
Repo
InterpreterResult
drepl
interpreter
Undocumented in source.
struct
InterpreterResult {
enum
State
;
State
state
;
string
stdout
;
string
stderr
;
}
Members
Enums
State
enum
State
Undocumented in source.
Variables
state
State
state
;
stderr
string
stderr
;
Undocumented in source.
stdout
string
stdout
;
Undocumented in source.
Meta
Source
See Implementation
drepl
interpreter
functions
interpreter
structs
Interpreter
InterpreterResult