0.17.0
- Added #include "file.fss" support with cycle detection, sandbox-aware path checks, and file-aware error reporting.
- Added module support for included scripts (module Foo) with scoped symbol resolution.
- Introduced a protected built-in stdlib prelude and migrated List/Option core functions from runtime externs to stdlib scripts.
- Added map pattern matching ({} and { [k] = v; ..tail }) and migrated map helpers to stdlib, removing collection extern files.
- Updated samples/docs to cover includes, modules, and map matching.
Full Changelog: 0.16.0...0.17.0