-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
42 lines (33 loc) · 1.09 KB
/
README.txt
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
===
AUTHORS
===
L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
===
SOFTWARE VERSIONS
===
All of the following tests are performed under
* Ubuntu 20.04
* GHC 9.2.8
* Cabal 3.6.2.0
===
CONTENTS
===
README.txt: README file with installation instructions
ANSIC: folder containing files necessary for ANSIC tests
(see ANSIC/README.txt)
CAMLLIGHT: folder containing files necessary for Caml Light tests
(see CAMLLIGHT/README.txt)
CBS: folder containing files necessary for CBS tests
(see CBS/README.txt)
===
EVALUATION DATA
===
The following steps can be used to reproduce the evaluation data in the paper.
The actual numbers will vary, depending on machine set-up, but the trents discussed in the paper should be observable.
1) install `gll` and `fungll-combinators` libraries (included version number is latest tested version)
cabal install gll-0.4.1.1
cabal install fungll-combinators-0.4.1.1
2) produce experimental data
see ANSIC/README.txt
CAMLLIGHT/README.txt
CBS/README.txt