-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathINSTALL
34 lines (22 loc) · 998 Bytes
/
INSTALL
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
HaLeX: A Haskell Library to Model,
Manipulate and
Visualize Regular Languages
http://www.di.uminho.pt/~jas/Research/HaLeX
copyright João Saraiva
Department of Computer Science,
University of Minho,
Braga, Portugal
Version: 1.2.5 (January, 2017)
- halex batch tool
To install the halex batch tool just call the provided makefile. The
halex tool is installed in the sub-directory bin.
The makefile uses the ghc compiler, but this tool can be compiled (or
interpreted) using any Haskell compiler (or using hmake).
- the animations
To run the animations, the library includes a main module
(MainAnim.hs) that imports the generated Haskell-based automata
produced by halex. This module runs the (lefty) script that animates
the acceptance function.
To install this module it is needed to update the path to the lefty
script (lefty_tool) in file animation.hs.