-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlistprolog.pl
executable file
·51 lines (48 loc) · 1.68 KB
/
listprolog.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
:- op(900, xfx, user:(&)).
:- op(800, xfx, user:(:)).
:- op(700, xfx, user:(^)).
:-set_prolog_flag(stack_limit, 40000000000).
:-style_check(-discontiguous).
:-style_check(-singleton).
:-include('grammar.pl').
%%:-include('lpi_caw_commands.pl').
:-include('listprologinterpreter1listrecursion4.pl').
:-include('listprologinterpreter3preds5.pl').
:-include('lpiverify4.pl').
:-include('lpiverify4_open.pl').
:-include('lpiverify4_types.pl').
:-include('lpiverify4_open_types.pl').
:-include('lpiverify_pl.pl').
%%:-include('caw5 copy 12.pl').
%%:-include('cawpverify.pl').
%%:-include('rcawp.pl').
%%:-include('rcaw.pl').
%%:-include('texttobr2.pl').
:-include('la_strings.pl').
:-include('la_string_codes.pl').
:-include('la_maths.pl').
:-include('la_files.pl').
:-include('la_strings_string.pl').
%:-include('../Languages/lang_db_generator.pl'). % leave off, run separately through Languages
%:-include('lpiverify4-fr.pl').
:-include('operators.pl').
:-include('lpiverify4_test_lang_all.pl').
:-include('lpiverify4_test_bt_lang_all.pl').
:-include('../Languages/make_docs.pl').
:-include('../SSI/find_pred_sm.pl').
:-include('e4_fa_get_vals.pl').
%:-include('equals4_first_args.pl').
:-include('expression_not_var.pl').
:-include('collect_arguments.pl').
:-include('reserved_words2.pl').
:-include('expand_types.pl').
:-include('replace_in_term.pl').
:-include('preds_converters_and_matrices.pl').
%:-include('numbers_of_items_correspond.pl').
:-include('match_get_put_vals.pl').
%:-include('insert_cuts.pl').
:-include('../Philosophy/sub_term_with_address.pl').
:-include('../List-Prolog-to-Prolog-Converter/lp2pconverter2.pl').
:-include('la_terms.pl').
:-include('convert_to_starlog.pl').
:-include('la_io.pl').