-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (28 loc) · 1.1 KB
/
README
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
NOCC -- A New occam-pi Compiler
-------------------------------
Installation:
See the file INSTALL for particulars, but essentially it's:
./configure
make
At the moment, you'll need to have libexpat installed (until
such time as NOCC gets an alternative/built-in XML parser).
Running:
The compiler expects to find a "nocc.specs.xml" file, shipped
with the distribution, searched for in /etc/, /usr/local/etc/,
the current directory, and finally as ~/.nocc.specs.xml. A specs
file may also be specified using the --specs-file option.
To compile something, more or less:
nocc foobar.occ
which, currently, should generate a "foobar.etc" file. You can
build KRoC to use nocc, see the webpage for details.
Configuration:
The compiler settings are all contained in the nocc.specs.xml file,
which doesn't consist of a huge amount currently. As more options
appear and become relevant, you'll probably want to modify this
file.
Licensing:
Open-source, GPL v2. See the COPYING file for details.
Further information:
http://www.cs.kent.ac.uk/projects/ofa/nocc/
--
Fred Barnes, January 2006.