Parse a group. Which is defined by `{ }`. This function will return `Ok(None)` if it does not find a `{`, and will `Err` if it finds a `{` with no terminating `}`, or if there is a syntax error from within ` `.
(lex: &mut Lexer, local: Style)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected