-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuster.pl
39 lines (20 loc) · 826 Bytes
/
buster.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%% FILE buster.pl
%% SYSTEM BUSTER
%% CREATED TA-040823
%% REVISED TA-071026
:- module( buster, [ dialog/0, run/0 ] ).
%% Creates the whole Buster system from scratch
/*
BUSTER is built upon the BUSTUC system, and share a set of files.
These files are Headed by SYSTEM BUSTER
All others are labeled BUSSTUC (or TUC)
The unique files of BUSTER are
busterversion.pl %
bustermain.pl
diabus.pl
dialog/ * Whole catalog
*/
%?-compile( tucbuster ). %% TA-071026
:-use_module( 'tucbuster.pl', [ dialog/0, run/0 ] ). %% :-[tuctele]. %%% // Tele things %% TA-051018
%?-use_module('busroute.pl'). %% RS-140102. Import all predicates from this module!
?-use_module('busroute.pl'). %% RS-140102. Import all predicates from this module!