DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦2712ac47f⟧ TextFile

    Length: 767 (0x2ff)
    Types: TextFile
    Names: »primos.cpl«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/lpr-viewers/crudetype/PRIME/primos.cpl« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/lpr-viewers/crudetype/PRIME/primos.cpl« 

TextFile


/* PRIMOS.CPL
/* CPL Macro to tangle, compile and load Crudetype for Primos
/* Jon Warbrick, 06/88

/*************************************************

/* You will have to change the next three lines
/* to give the correct commands to run TANGLE
/* and the Sheffield Pascal Compiler on your
/* system, and to give the name of the Pascal
/* library.

&s tangle_command := R TEX>CMDNC0>TANGLE
&s pascal_command := PASCAL
&s pascal_library := PASCAL

/*************************************************

&args program = PRIMOS

COMO CRUDETYPE.COMO
%tangle_command% CRUDETYPE.WEB %program%.CH
COMO -E

&if ^ [query 'OK to go on' TRUE] &then &stop

%pascal_command% %program% -BIG -EPF_ARGS

&data BIND
lo %program%
li %pascal_library%
li
file CRUDETYPE.RUN
&end

&return