Entry
From Gallium
Entries take parts of Camlp4 Grammar Extensions, expressed with the EXTEND syntax.
Merely a Grammar Extension is a list of entries.
An entry is a name, an optional insertion position and a list of levels.
Example:
EXTEND Gram expression: [ [ ... ] ] ; END;;
Here expression is the entry name.