comparison trunk/src/dil/Settings.d @ 759:9c47f377ca0b

Revised module cmd.Generate. Added class TagMapLoader. Fixed StringExpression.getString() and related code in the Parser. Added options 'xml_map' and 'html_map' to config.d
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 15 Feb 2008 02:07:53 +0100
parents 8955296dd807
children 78be32e3e157
comparison
equal deleted inserted replaced
758:f4b9680c0e16 759:9c47f377ca0b
16 string[] messages; 16 string[] messages;
17 /// Array of import paths to look for modules. 17 /// Array of import paths to look for modules.
18 string[] importPaths; 18 string[] importPaths;
19 /// Array of DDoc macro file paths. 19 /// Array of DDoc macro file paths.
20 string[] ddocFilePaths; 20 string[] ddocFilePaths;
21 string xmlMapFile = "xml_map.d";
22 string htmlMapFile = "html_map.d";
21 string lexerErrorFormat = "{0}({1},{2})L: {3}"; 23 string lexerErrorFormat = "{0}({1},{2})L: {3}";
22 string parserErrorFormat = "{0}({1},{2})P: {3}"; 24 string parserErrorFormat = "{0}({1},{2})P: {3}";
23 string semanticErrorFormat = "{0}({1},{2})S: {3}"; 25 string semanticErrorFormat = "{0}({1},{2})S: {3}";
24 } 26 }