pub fn parse_ccl(_content: &str) -> Result<CclValue, String>
Parse a CCL document into a CclValue
This is a lower-level API that returns the parsed structure without going through serde_ccl at all.