diff trunk/src/dil/semantic/Pass1.d @ 747:00f872d949ea

Added method scanCommentText() to DDocEmitter. Added method writeParams() and scanCodeSection(). Added method scanMacro() to MacroParser. Made fixes and improvements to the MacroExpander. Applied other minor fixes.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 11 Feb 2008 03:15:45 +0100
parents 7917811f8116
children 8caf18892c1b
line wrap: on
line diff
--- a/trunk/src/dil/semantic/Pass1.d	Sun Feb 10 02:14:08 2008 +0100
+++ b/trunk/src/dil/semantic/Pass1.d	Mon Feb 11 03:15:45 2008 +0100
@@ -26,7 +26,8 @@
 import common;
 
 /++
-  The fist pass is the declaration pass.
+  The first pass is the declaration pass.
+
   The basic task of this class is to traverse the parse tree,
   find all kinds of declarations and add them
   to the symbol tables of their respective scopes.