Modules§
Functions§
- interpret_
source - Interpret only (no static type pass), same as
interpreter::Interpreter::run_sourceon a fresh interpreter. - run_
file - typecheck_
then_ run - Parse and type-check, then interpret. Fails if lex, parse, typecheck, or runtime errors.