aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten <mkersten>2003-07-21 10:32:49 +0000
committermkersten <mkersten>2003-07-21 10:32:49 +0000
commit6b1b7020c5fd4ce453906eb577f9a66ace5f3bd9 (patch)
tree3eaf8850d2f52458b932a6b3203ce02f9b7c34e0
parent1b7a01f060c87d1c5e3897e5090b3939c3730cee (diff)
downloadaspectj-6b1b7020c5fd4ce453906eb577f9a66ace5f3bd9.tar.gz
aspectj-6b1b7020c5fd4ce453906eb577f9a66ace5f3bd9.zip
Started compiler design doc.
-rw-r--r--docs/developer/compiler.html154
-rw-r--r--docs/developer/overview.html1
2 files changed, 155 insertions, 0 deletions
diff --git a/docs/developer/compiler.html b/docs/developer/compiler.html
new file mode 100644
index 000000000..0b082ff92
--- /dev/null
+++ b/docs/developer/compiler.html
@@ -0,0 +1,154 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
+<meta name="ProgId" content="FrontPage.Editor.Document">
+<title>AJDT Project Proposal</title>
+<STYLE TYPE="text/css">
+<!--
+
+ /* FOR THE SDA PAGE */
+
+ /*
+ BODY {margin-top: 15px; margin-left: 15px; margin-right: 15px;}
+ */
+
+ A:link {
+ color:#4756AC;
+ }
+ A:visited {
+ color:#60657B;
+ }
+ A:hover {
+ color:red
+ }
+
+ INPUT {font:12px "Courier New", sans-serif;}
+
+ H2 {
+ font:18px/18px Verdana, Arial, Helvetica, sans-serif;
+ color:black;
+ font-weight:bold;
+ margin-left: 10px;
+ line-height:110%;
+ }
+ H3 {
+ font:18px/18px Verdana, Arial, Helvetica, sans-serif;
+ color:black;
+ font-weight:bold;
+ margin-left: 10px;
+ line-height:110%;
+ }
+ H4 {
+ font:15px/16px Verdana, Arial, Helvetica, sans-serif;
+ color:black;
+ font-weight:bold;
+ margin-left: 10px;
+ line-height:140%;
+ }
+ P {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ margin-right: 10px;
+ margin-left: 10px;
+ line-height:130%;
+ }
+ .paragraph {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ margin-right: 10px;
+ margin-left: 10px;
+ line-height:130%;
+ }
+ .smallParagraph {
+ font:11px/11px Verdana, Arial, Helvetica, sans-serif;
+ margin-right: 10px;
+ margin-left: 10px;
+ line-height:130%;
+ }
+ LI {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ text-align:justify;
+ margin-right: 10px;
+ margin-left: 15px;
+ line-height:120%;
+ }
+ /*
+ UL {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ text-align:justify;
+ margin-right: 10px;
+ margin-left: 15px;
+ line-height:120%;
+ }*/
+
+ DL {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ text-align:justify;
+ margin-right: 10px;
+ margin-left: 15px;
+ line-height:120%;
+ }
+ B { font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ line-height:140%;
+ }
+ .footer {
+ font:10px/10px Verdana, Arial, Helvetica, sans-serif;
+ color:#888888;
+ text-align:left
+ }
+ .figureTitle {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ text-align:justify;
+ text-align:center
+ }
+ .copyrightNotice {
+ font:10px/10px Verdana, Arial, Helvetica, sans-serif;
+ color:#999999;
+ line-height:110%;
+ }
+ .smallHeading {
+ font:13px/13px Verdana, Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ line-height:110%;
+ }
+ .tinyHeading {
+ font:11px/11px Verdana, Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ line-height:120%;
+ }
+ .newsText {
+ font:11px/11px Verdana, Arial, Helvetica, sans-serif;
+ line-height:130%;
+ }
+ .smallParagraph {
+ font:11px/11px Verdana, Arial, Helvetica, sans-serif;
+ line-height:130%;
+ }
+ .fancyHeading {
+ font:20px/20px Chantilly, Arial, Helvetica, sans-serif;
+ margin-right: 10px;
+ color:#6f7a92;
+ margin-left: 10px;
+ line-height:130%;
+ }
+
+-->
+</STYLE>
+</head>
+
+<BODY BGCOLOR="white">
+
+<h3 align="center">AspectJ Compiler Desgin</h3>
+<p>Todo: add content.&nbsp; In the meantime, the following email post have
+relevant content:</p>
+<ul>
+ <li>Description of ajc-1.1 inter-type declaration implementation:<br>
+ <a href="http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00430.html">
+ http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00430.html</a> </li>
+</ul>
+
+</body>
+
+</html> \ No newline at end of file
diff --git a/docs/developer/overview.html b/docs/developer/overview.html
index 17adf1547..48505700e 100644
--- a/docs/developer/overview.html
+++ b/docs/developer/overview.html
@@ -166,6 +166,7 @@ expensive to update. Changes take longer and are more likely to introduce new
<h4>Contents</h4>
<ul>
<li><a href="modules.html">Module Structure</a></li>
+ <li><a href="compiler.html">Compiler Design</a></li>
<li><a href="language.html">Language Design</a></li>
</ul>