parseLiteral

private fnbool parseLiteral(Builder)(ref SdlCdmParser!Builder p) @safe

Parse any SDL literal via the builder.

Malformed literal content (overflowing numbers, invalid dates, undecodable base64, ...) is reported through p.fail instead of escaping as an exception, preserving the non-throwing API contract.