Expand description
Include Resolver for Seq
Resolves include statements, loads and parses included files, and merges everything into a single Program.
Supports:
include std:name- loads from stdlib directoryinclude "path"- loads relative to current file
Structs§
- Resolver
- Resolver for include statements
Functions§
- check_
collisions - Check for word name collisions across all definitions
- find_
stdlib - Find the stdlib directory