close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/07/2011 04:26:11 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v54
|
v55
|
|
37 | 37 | |
38 | 38 | == Command Line Tools == |
39 | | In the following we describe the usage of the JCop language compiler that is able to compile |
40 | | programs of the JCop and Java programming language. |
41 | | The compiler implements the language as defined in the JCop language specification ver- |
42 | | sion 1.0. The language definition has continuously been revised to precisely specify the |
43 | | language including various corner cases and combinations of features. |
44 | | The compiler is an extension to the JastAddJ Java compiler that is implemented based on |
45 | | the [http://jastadd.org/JastAdd JastAdd compiler framework]. |
| 39 | In the following we describe the usage of the JCop language compiler that is able to compile programs of the JCop and Java programming language. The compiler implements the language as defined in the JCop language specification version 1.0. The language definition has continuously been revised to precisely specify the language including various corner cases and combinations of features. The compiler is an extension to the JastAddJ Java compiler that is implemented based on the [http://jastadd.org/JastAdd JastAdd compiler framework]. |
46 | 40 | |
47 | 41 | |