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 - download
Index: ┃ T g

⟦d4e162bed⟧ TextFile

    Length: 601 (0x259)
    Types: TextFile
    Names: »grall.pl«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/gprolog/pl/grall.pl« 

TextFile

/* all: Load all the current bits of the standard Prolog system

                                                 Fernando Pereira
                                                 Updated: 30 December 82
*/

:-([
	 'pl/arith.pl',		   % Arithmetic compilation
         'pl/grammar.pl',             % DCG grammar rule translation
	 'pl/setof.pl',		   % Setof and sorting
         'pl/tracing.pl',             % Debugging evaluable predicates
         'pl/listing.pl',             % Listing the database
	 'pl/graphics.pl' 		   % Graphics
   ]).


:-([     'pl/protect.pl'    ]).       % Lock things up