diff trunk/src/dil/parser/Parser.d @ 631:2feb88f5c867

Added dil.parser.ExpressionParser and dil.parser.Factory.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 12 Jan 2008 01:56:04 +0100
parents 933cd8d24467
children 20dddcc54621
line wrap: on
line diff
--- a/trunk/src/dil/parser/Parser.d	Fri Jan 11 21:01:07 2008 +0100
+++ b/trunk/src/dil/parser/Parser.d	Sat Jan 12 01:56:04 2008 +0100
@@ -20,7 +20,7 @@
 import common;
 
 /++
-  The Parser produces an abstract syntax tree (AST) by analyzing
+  The Parser produces a full parse tree by analyzing
   the tokens of the provided source code.
 +/
 class Parser