crunch config

This commit is contained in:
swrup 2025-11-20 21:39:12 +01:00
parent 67a2282141
commit fd937fbc2f
3 changed files with 13 additions and 7 deletions

View file

@ -16,7 +16,7 @@ type section = {
}
let fail_with msg =
Fmt.epr "Failed to parse configuration: %s.@." msg;
Fmt.epr "Configuration failure: %s.@." msg;
exit 1
let is_eol = function '\n' | '\r' -> true | _ -> false