File: README.html

package info (click to toggle)
jep 2.4.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,748 kB
  • sloc: java: 28,213; xml: 206; makefile: 15; sh: 6
file content (71 lines) | stat: -rw-r--r-- 2,310 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<title>JEP - Java Expression Parser</title></head>
<body>

      <h1>JEP - Java Expression Parser</h1>
      <a href="http://www.singularsys.com/jep">http://www.singularsys.com/jep</a>
      <hr>
      <h3>Local Links</h3>
      <ul>
        <li><a href="doc/html/index.html">Documentation</a></li>
        <li><a href="doc/javadoc/index.html">JavaDoc</a></li>
      </ul>
      <h3>Web Links</h3>
       <ul>
        <li><a href="http://www.singularsys.com/jep/">JEP Homepage</a></li>
        <li><a href="http://www.singularsys.com/feedback/">Leave Feedback</a></li>
      </ul>     
      <h3>Package Contents</h3>
      <table border="0" cellspacing="0" cellpadding="2" width="100%">
        <tr> 
          <td width="23%">build.xml</td>
          <td width="77%">Build script for the <a href="http://ant.apache.org">ant build tool</a></td>
        </tr>
        <tr> 
          <td width="23%">CHANGES.txt</td>
          <td width="77%">Change log</td>
        </tr>
        <tr> 
          <td width="23%">COPYRIGHT.txt</td>
          <td width="77%">Copyright information</td>
        </tr>
        <tr>
          <td width="23%">LICENSE-*.txt</td>
          <td width="77%">License</td>
        </tr>
        <tr>
          <td width="23%">README.html</td>
          <td width="77%">This file</td>
        </tr>
        <tr> 
          <td width="23%">bin/</td>
          <td width="77%">Scripts for launching examples and tests</td>
        </tr>
        <tr> 
          <td width="23%">build/</td>
          <td width="77%">Compiled class files</td>
        </tr>
        <tr> 
          <td width="23%">doc/</td>
          <td width="77%">Documentation (incl. HTML docs and JavaDocs)</td>
        </tr>
         <tr> 
          <td width="23%">dist/</td>
          <td width="77%">Distribution files (incl. JAR files)</td>
        </tr>
        <tr> 
          <td width="23%">lib/</td>
          <td width="77%">Libraries (JUnit and Jama)</td>
        </tr>
        <tr> 
          <td width="23%">src/</td>
          <td width="77%">Source code (incl. the JavaCC gammar file Parser.jjt)</td>
        </tr>
      </table>
      <p>&nbsp;</p>
      <hr>
      Copyright (c) 2007 Singular Systems

</body>
</html>