summaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index ee212f61a1..417e89ba6c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -31,10 +31,10 @@
disabled.</li>
<li><a href="features.html#performance">High performance and low memory
use</a>.</li>
- <li>Build a library-based architecture with finely crafted APIs, allowing
- the code to be reused in many ways.</li>
<li>Support many clients such as refactoring, static analysis, as well as
code generation.</li>
+ <li>Build a library-based architecture with finely crafted APIs, allowing
+ the code to be reused in many ways.</li>
<li>Design for integration with IDEs as well as code generation with the
<a href="http://llvm.org">LLVM Optimizer and Code Generator</a>.</li>
<li><a href="features.html#expressivediags">Expressive diagnostics</a>:
@@ -42,6 +42,9 @@
<li>Use the LLVM <a
href="http://llvm.org/svn/llvm-project/cfe/trunk/LICENSE.TXT">'BSD'
License</a>.</li>
+ <li>Finally, make the code clean and simple enough to make it understandable
+ to anyone who knows the languages involved and has a basic idea of
+ compilers work.</li>
</ul>
<p>Of course this is only a rough outline of the goals and features of