From 98314b3de50e356568524708951ca507c80b3af2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Nov 2016 10:27:19 -0400 Subject: cleaning (one hash key renamed) --- org/sdp.org | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index 28c9b92..a3e67a2 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -97,7 +97,6 @@ import sdlang; // sdlang.d ***** notes sdlang.parser, // sdlang/parser.d sdlang.exceptions; -// std.conv; **** std :import:std: @@ -197,7 +196,6 @@ scope(success) { bits, os, ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -304,7 +302,6 @@ scope(success) { "-------------------------------", ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -314,7 +311,6 @@ scope(failure) { fn_src ); } - // stderr.writeln("1"); } enforce( match(fn_src, rgx.src_pth), @@ -365,10 +361,8 @@ string[string][string] dochead_meta = header_make_and_meta_tuple[1]; auto t = abs.abstract_doc_source(content_body, dochead_make, dochead_meta); static assert(!isTypeTuple!(t)); auto doc_ao_contents = t[0]; // head ~ toc ~ contents ~ endnotes_seg ~ [glossary] ~ bibliography ~ bookindex; -// static assert(!isIterable!(doc_ao_contents)); auto doc_ao_bookindex_unordered_hashes = t[1]; // redundant? auto doc_ao_biblio = t[2]; // redundant? -// destroy(t); #+END_SRC **** TODO debug (document parts, checkdoc) :debug:checkdoc: @@ -427,9 +421,6 @@ scope(exit) { destroy(content_body); destroy(t); destroy(doc_ao_contents); - // destroy(doc_ao_make_aa); - // destroy(doc_ao_meta_aa); - // destroy(doc_ao_bookindex_unordered_hashes); destroy(doc_ao_biblio); destroy(fn_src); } @@ -441,7 +432,6 @@ scope(exit) { /+ no recognized filename provided +/ writeln("no recognized filename"); break; -// terminate, stop #+END_SRC * tangles (code structure) :tangle: @@ -477,7 +467,6 @@ void main(string[] args) { } } } -/// sdp sisu document parser unittest { /++ name "sdp" @@ -694,8 +683,6 @@ or #+END_SRC #+BEGIN_SRC d -// string[string] envVars = environment.toAA(); -// writeln(envVars); /+ writefln( "pwd: %s; home: %s", -- cgit v1.2.3