Expand description
A Gullet is the part of the engine that reads tokens from the input stream and expands them;
including conditionals etc.
Modules§
Structs§
- Default
Gullet - Default implementation of a
Gullet.
Traits§
- Gullet
- A
Gulletis the part of the engine that reads tokens from the input stream and expands them; including conditionals etc. Additionally, it takes care of reading keywords, strings (e.g. filenames in\input), integers, dimensions, skips… Basically, all processing ofTokens that does not result in scopedStatechanges or nodes in theStomach. The canonical implementation of aGulletisDefaultGullet.