<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>scala — Scala subset interpreter (Rust)</title>
<style>
body { font-family: system-ui, sans-serif; max-width: 48rem; margin: 2rem auto; padding: 0 1rem; line-height: 1.5; }
h1 { font-size: 1.5rem; }
ul { padding-left: 1.25rem; }
a { color: #0b57d0; }
code { background: #f2f2f2; padding: 0.1em 0.35em; border-radius: 4px; }
</style>
</head>
<body>
<h1>scala (Rust)</h1>
<p>Documentation for the in-tree <strong>scala</strong> interpreter: lex, parse, optional typecheck, tree-walking evaluation.</p>
<h2>Repository docs</h2>
<ul>
<li><a href="../README.md"><code>README.md</code></a> — overview, CLI, library API, project layout</li>
<li><a href="../SPEC.md"><code>SPEC.md</code></a> — language subset and §17 host tooling</li>
<li><a href="../ARCHITECTURE.md"><code>ARCHITECTURE.md</code></a> — components and execution modes</li>
<li><a href="../TODO.md"><code>TODO.md</code></a> — roadmap</li>
</ul>
<p>Open the Markdown paths in your editor or Git viewer; relative links assume this page lives under <code>docs/</code>.</p>
</body>
</html>