Skip to main content

Crate scala

Crate scala 

Source

Modules§

ast
env
interpreter
lexer
parser
repl
stdlib
token
ty
typechecker
value

Functions§

interpret_source
Interpret only (no static type pass), same as interpreter::Interpreter::run_source on a fresh interpreter.
run_file
typecheck_then_run
Parse and type-check, then interpret. Fails if lex, parse, typecheck, or runtime errors.