comparison trunk/src/html_map.d @ 771:ef9bee5a2d61

Command 'generate' can print line numbers now.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 18 Feb 2008 02:53:37 +0100
parents ea9e8b141742
children 069317bb84cf
comparison
equal deleted inserted replaced
770:26d8ed59806d 771:ef9bee5a2d61
12 "SourceEnd" : "\n</pre>", 12 "SourceEnd" : "\n</pre>",
13 "CompBegin" : `<div class="compilerinfo">`\n, 13 "CompBegin" : `<div class="compilerinfo">`\n,
14 "CompEnd" : "</div>\n", 14 "CompEnd" : "</div>\n",
15 "LexerError" : `<p class="error L">{0}({1},{2})L: {3}</p>`\n, 15 "LexerError" : `<p class="error L">{0}({1},{2})L: {3}</p>`\n,
16 "ParserError" : `<p class="error P">{0}({1},{2})P: {3}</p>`\n, 16 "ParserError" : `<p class="error P">{0}({1},{2})P: {3}</p>`\n,
17 "LineNumberBegin" : `<div class="linescolumn">`,
18 "LineNumberEnd" : `</div>`,
19 "LineNumber" : `<a id="L{0}" href="#L{0}">{0}</a>`,
17 20
18 // Node categories: 21 // Node categories:
19 "Declaration" : "d", 22 "Declaration" : "d",
20 "Statement" : "s", 23 "Statement" : "s",
21 "Expression" : "e", 24 "Expression" : "e",