changeset 337:de78b51fd727

- Added Turkish to supported languages.
author aziz
date Wed, 22 Aug 2007 13:08:04 +0000
parents 074b5ebe17c7
children 63c6afb915f7
files wiki/main.wiki
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wiki/main.wiki	Wed Aug 22 13:00:03 2007 +0000
+++ b/wiki/main.wiki	Wed Aug 22 13:08:04 2007 +0000
@@ -2,7 +2,7 @@
 dil is a hand-crafted compiler implementation for the D programming language. Currently the lexer and the parser are fully implemented (except for very minor things.) No semantic analysis is done at the moment. The backend will most probably be gcc.
 
 What dil can do at the moment:
-  * dil is fully internationalized and can output compiler messages in English and in German. You can determine which language to use with a setting in config.d.
+  * dil is fully internationalized and can output compiler messages in English, German and Turkish. You can determine which language to use with a setting in config.d.
   * Generate XML or HTML documents. You can choose to generate tags for tokens only or you can also have the whole parse tree unparsed. The whitespace of the original source file is preserved. You can view the HTML documents in any browser you like. The XML documents can only be viewed in W3C-standards compatible browsers(`*`) in combination with an XML formatting CSS document. dil provides two ordinary CSS documents (for XML/HTML) which can be customized to one's heart's content. (`*`Note: Internet Explorer is the only browser that spectacularly fails at this job.)
 
   * dil can parse D 2.0 additions: