MCPcopy Create free account
hub / github.com/ReTeX/ReX / group

Function group

src/parser/engine.rs:224–234  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

SymbolClass · 0.85
expressionFunction · 0.85
nextMethod · 0.80
expect_symbolMethod · 0.80

Tested by

no test coverage detected