view dmd/Keyword.d @ 79:43073c7c7769

updated to 2.035 also implemented a few missing functions still crashes in Import.importAll though
author Trass3r
date Mon, 30 Aug 2010 03:57:51 +0200
parents 10317f0c89a5
children e28b18c23469
line wrap: on
line source

module dmd.Keyword;

import dmd.TOK;

struct Keyword
{
	string name;
    TOK value;
}