MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / main

Function main

bin/repl/src/main.rs:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18fn main() {
19 let opts: Opts = Opts::parse();
20
21 start_repl(opts.functions_file, opts.stack);
22}

Callers

nothing calls this directly

Calls 1

start_replFunction · 0.85

Tested by

no test coverage detected