File tree Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ UNIX Instructions
3
+ -----------------
4
+
5
+ i) On Linux and FreeBSD
6
+ Be sure that you have a gcc version >= 3.0.
7
+ You will also need GNU make.
8
+
9
+ then type: make -f gcc-linux.mak
10
+ And it will compile the library in directory ./lib
11
+
12
+ ii) On HPUX
13
+ type: make -f acc-hpux.mak
14
+
15
+ the compiled library will be created on ./lib
16
+
17
+
18
+ WINDOWS
19
+ -------
20
+
21
+ Go to the projfiles directory and load the desired
22
+ Visual Studio project.
23
+
24
+
Original file line number Diff line number Diff line change
1
+ History
2
+ -------
3
+
4
+ version 1.0.4 2003/11/11
5
+ ------------------------
6
+ + UNIX support. The engine compiles and runs on UNIX-based operating
7
+ systems. It has been tested on FreeBSD, Linux and HPUX.
8
+ + Lots of clean ups. Changed the Reduction tree structure to a
9
+ better, cleaner, more consistent one.
10
+ + Improved error system. A special class called
11
+ ErrorReporter has been added.
12
+ - Fixed a bug in multiline comments. If the content of the
13
+ comment had an unknown token an error would occur.
14
+
15
+
16
+ version 1.0.3 2003/07/08
17
+ ------------------------
18
+ + Added latest succesfully parsed reduction to the error structure
19
+ (makes possible to report more complete error messages)
20
+ + Added error codes
21
+ + Added reading from input streams
22
+ - Fixed reported bugs: #721763, #760597, #760614 and #761137
23
+ - Fixed other bugs that were reported by email.
24
+ + Added some brief documentation
25
+
26
+ version 1.0.2 2002/12/07
27
+ ------------------------
28
+ - Fixed all the memory leaks.
29
+
30
+ version 1.0.1 summer 2002
31
+ -------------------------
32
+ - initial version
Original file line number Diff line number Diff line change 1
- Microsoft C/C++ MSF 7 .00
1
+ Microsoft C/C++ program database 2 .00
You can’t perform that action at this time.
0 commit comments