Skip to main content

Module gullet

Module gullet 

Source
Expand description

A Gullet is the part of the engine that reads tokens from the input stream and expands them; including conditionals etc.

Modules§

hvalign
Data structures for \halign and \valign
methods
Default implementations for Gullet methods.

Structs§

DefaultGullet
Default implementation of a Gullet.

Traits§

Gullet
A Gullet is 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 of Tokens that does not result in scoped State changes or nodes in the Stomach. The canonical implementation of a Gullet is DefaultGullet.