mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
49 lines
1.3 KiB
HTML
49 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Shared Source CLI Compiler Documentation Index</title>
|
|
<link rel="stylesheet" type="text/css" href="../rotor.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1 align="left">Shared Source CLI Compiler Documentation Index</h1>
|
|
|
|
|
|
<p>The following compiler implementations are included with the Shared Source CLI
|
|
(SSCLI) and C# distribution.</p>
|
|
|
|
|
|
<table border=1 width="90%">
|
|
<TR VALIGN="top">
|
|
<TH width="33%">Compiler</TH>
|
|
<TH width="33%">Description</TH>
|
|
<TH width="33%">Source location</TH>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="33%"><a href="csharp.html">C# compiler</a></TD>
|
|
<TD width="33%">The SSCLI implementation of the C# compiler. The code for this compiler is written in C++.</TD>
|
|
<TD width="33%"><a href="../../clr/src/csharp">sscli\clr\src\csharp\csharp</a></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="33%"><a href="jsc.html">JScript compiler</a></TD>
|
|
<TD width="33%">The SSCLI implementation of the JScript compiler. The code for this compiler is written in C#.</TD>
|
|
<TD width="33%"><a href="../../jscript">sscli\jscript</a></TD>
|
|
</TR>
|
|
|
|
</table>
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i><br>
|
|
</p>
|
|
|
|
|
|
</body>
|
|
</html> |