summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/s-system-tokens.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkxl/s-system-tokens.mkxl')
-rw-r--r--tex/context/modules/mkxl/s-system-tokens.mkxl47
1 files changed, 2 insertions, 45 deletions
diff --git a/tex/context/modules/mkxl/s-system-tokens.mkxl b/tex/context/modules/mkxl/s-system-tokens.mkxl
index b83a4f47b..584fcf82f 100644
--- a/tex/context/modules/mkxl/s-system-tokens.mkxl
+++ b/tex/context/modules/mkxl/s-system-tokens.mkxl
@@ -31,54 +31,11 @@
\starttext
- \showsystemtokens
-
- Some tokens cannot be created yet because they are more complex but eventually the creator will
- deal with them. The indices are sometimes the same as internal but in most cases nicely start
- at zero. When they start at another value, then there is an internal token or state that is not
- user accessible. You always need to use symbolic constants as the numbers can change.
-
- The first column is a classifier (which is experimental and categories might change when we feel
- the need).
-
- \startcolumns[n=5]
- \starttabulate[|T||]
- \NC 0 \NC unused \NC \NR
- \NC 1 \NC regular \NC \NR
- \NC 2 \NC character \NC \NR
- \NC 3 \NC register \NC \NR
- \NC 4 \NC internal \NC \NR
- \NC 5 \NC reference \NC \NR
- \NC 6 \NC data \NC \NR
- \NC 7 \NC token \NC \NR
- \NC 8 \NC node \NC \NR
- \stoptabulate
- \stopcolumns
-
- \page
-
- Here is a typeset table of \type {\startframed} using \type {\luatokentable\startframed}:
-
\luatokentable\startframed
- which calls \type {\pack_framed_start_framed} where \type {\luatokentable\pack_framed_start_framed} gives:
-
-
- \unprotect
- \luatokentable\pack_framed_start_framed
- \protect
-
- So you can guess what generates this:
-
- \unprotect
- \luatokentable\pack_framed_start_framed_nop
- \protect
-
- And this:
+ \page
- \unprotect
- \luatokentable\pack_framed_start_framed_yes
- \protect
+ \showsystemtokens
\stoptext