forked from wsong83/cppSaif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (31 loc) · 1022 Bytes
/
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
cppSaif
=======
(version 1.0)
A C++ parser for SAIF (Switching Activity Interchange Format) file.
=======
File list:
AUTHORS Author list
COPYING Copy right information
LICENSE License file
src Source code
Makefile GNU Make file
saif.y Bison grammer file
saif_db.hpp SAIF database (stor the abstract syntex tree)
saif_db.cpp
saif_parser.hpp SAIF parser wrapper
saif_parser.cpp
saif_util.hpp SAIF Lexer and utility classes
saif_util.cpp
test.cpp A simple test program
Makefile Globale Make file
README Read me file
README.md
=======
Library requirement
GNU G++ (> 4.1)
GNU BOOST Library
GNU MP Bignum Library
Bison
=======
Compile instruction
make