comparison trunk/src/dil/parser/ImportParser.d @ 798:c24be8d4f6ab

Added documentation comments.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 01 Mar 2008 02:53:06 +0100
parents 90668b83ae5e
children
comparison
equal deleted inserted replaced
797:cf2ad5df025c 798:c24be8d4f6ab
12 import dil.Enums; 12 import dil.Enums;
13 import common; 13 import common;
14 14
15 private alias TOK T; 15 private alias TOK T;
16 16
17 /// A light-weight parser which looks only for import statements
18 /// in the source text.
17 class ImportParser : Parser 19 class ImportParser : Parser
18 { 20 {
19 this(SourceText srcText) 21 this(SourceText srcText)
20 { 22 {
21 super(srcText); 23 super(srcText);