-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.save
More file actions
executable file
·35 lines (26 loc) · 1020 Bytes
/
README.save
File metadata and controls
executable file
·35 lines (26 loc) · 1020 Bytes
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
Desciption of the directories:
==============================
src: all the source files
classes: all the class files
bin: the executable Asl
libs: directory with external libraries
examples: some examples of Asl programs
javadoc: the doc files produced by javadoc
doc: a simple user guide (Asl.pdf)
Installation:
=============
The Makefile contains several commands:
make all -> creates the program and doc files (recommended)
make compile -> creates the all Asl classes
make exec -> creates the executable script (bin/Asl)
make clean -> cleans the directories and keeps the essential files
Execution:
==========
* Set your path too look into the bin directory
* Run "Asl" (you can run "Asl -help" too see the available options)
Licesing:
=========
This distribution contains the libraries antlr3.jar and commons-cli.jar
in the libs directory. These libraries can only be used and distributed
under the conditions specified in their licenses (also included in
the same directory).