comparison dmd/Keyword.d @ 0:10317f0c89a5

Initial commit
author korDen
date Sat, 24 Oct 2009 08:42:06 +0400
parents
children e28b18c23469
comparison
equal deleted inserted replaced
-1:000000000000 0:10317f0c89a5
1 module dmd.Keyword;
2
3 import dmd.TOK;
4
5 struct Keyword
6 {
7 string name;
8 TOK value;
9 }