Configuration Language Reference
This chapter describes the Erbsland Configuration Language framework in Erbsland Core. The framework parses files and in-memory text into typed value trees, resolves included sources under an explicit access policy, optionally validates signatures, and applies reusable validation rules.
All textual APIs use Core erbsland::text::String values and file APIs use
erbsland::path::Path. Sources and parsed values use shared ownership so a
document can retain its source locations without requiring the parser or source stream to remain alive.