6. Remarks
The target independent TDF capsules produced by the C to TDF compiler, tcc
, do not contain declarations or definitions for all the tokens they use. Thus tnc
cannot fully decode them as they stand. However the necessary token declaration information may be made available to tnc
by using the use_lib construct. The commands:
( use_lib library ) ( code capsule )
will decode the TDF capsule capsule
which uses tokens defined in the TDF library library
.