etl

Expandable token list operations

Version:
0.3
Copyright:
Jonathan P. Spratte
License:
lppl1.3c
Packaged on:
11/13/2021 21:11:55
Number of files:
2
Size on disk:
27.78 kB

This package provides expandable token list operations for which expl3’s l3tl only has unexpandable variants. These expandable versions are typically slower than the unexpandable code. Unlike the l3tl versions, the functions in this module may contain braces and macro parameter tokens in their arguments, but as a drawback they cannot distinguish some tokens and do not consider the character code of group-begin and group-end tokens. Additionally a general map to token lists is provided, modelled after the expl3 internal __tl_act:NNNn but with additional features. The package has no immediate use for document authors; it only contains expl3 functions intended for programmers.