comparison trunk/src/dil/Messages.d @ 375:0bd21b746a04

- Added code to main() for recognizing options to the importgraph command. - Added HelpImportGraph message. - Added enum IGraphOption. - Added class Vertex inheriting from Module. Changed struct Edge to a class. - Modified a lot of code in cmd.ImportGraph; too many to list here. - Made some minor changes to dil.Parser.
author aziz
date Sat, 08 Sep 2007 16:42:02 +0000
parents 511c14950cac
children ae154eceba65
comparison
equal deleted inserted replaced
374:6d22f0b6a674 375:0bd21b746a04
64 UnrecognizedLinkageType, 64 UnrecognizedLinkageType,
65 65
66 // Help messages: 66 // Help messages:
67 HelpMain, 67 HelpMain,
68 HelpGenerate, 68 HelpGenerate,
69 HelpImportGraph,
69 } 70 }
70 71
71 string GetMsg(MID mid) 72 string GetMsg(MID mid)
72 { 73 {
73 assert(mid < GlobalSettings.messages.length); 74 assert(mid < GlobalSettings.messages.length);