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

Function implicit_group

src/parser/engine.rs:183–218  ·  view source on GitHub ↗

Parse an implicit group. For example `\left ... \right` is an implicit group. This is one point where we will deviate from TeX a little bit. We won't characterize every command that will start a new implicit group (for instance, `\frac`).

(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 9

CommandEnum · 0.85
expressionFunction · 0.85
required_group_withFunction · 0.85
nextMethod · 0.80
expect_leftMethod · 0.80
expect_commandMethod · 0.80
expect_rightMethod · 0.80
symbolFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected