changeset 407:5431c0faf3b5

Added modules dil.Scope and dil.Symbol.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 23 Sep 2007 21:50:27 +0200
parents e242f0ee2d27
children 3aa00474b381
files trunk/src/dil/Scope.d trunk/src/dil/Symbol.d
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/dil/Scope.d	Sun Sep 23 21:50:27 2007 +0200
@@ -0,0 +1,11 @@
+/++
+  Author: Aziz Köksal
+  License: GPL3
++/
+module dil.Scope;
+import common;
+
+class Scope
+{
+
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/dil/Symbol.d	Sun Sep 23 21:50:27 2007 +0200
@@ -0,0 +1,11 @@
+/++
+  Author: Aziz Köksal
+  License: GPL3
++/
+module dil.Symbol;
+import common;
+
+class Symbol
+{
+
+}