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

Function postfix

src/parser/engine.rs:78–134  ·  view source on GitHub ↗

Process post-fix operators. Post-fix operators require the previous (optional) node to process. Post-fix processing only occurs while processing expressions (for example, inside a group). In particular, `\hat 2^2` will parse as `\hat{2}^2` and not `\hat{2^2}`.

(lex: &mut Lexer,
           local: Style,
           mut prev: Option<ParseNode>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

expression_until_optFunction · 0.85

Calls 6

required_argumentFunction · 0.85
ScriptsClass · 0.85
consume_whitespaceMethod · 0.80
nextMethod · 0.80
atom_typeMethod · 0.80
set_atom_typeMethod · 0.80

Tested by

no test coverage detected