From 951d136957c14bed5581a11fe41bdebd174d5ce8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 2 Jul 2016 00:22:17 -0400 Subject: file renaming, whitespace cleaning --- org/sdp.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index 613e374..599d1c0 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -85,6 +85,7 @@ import [[./output_hub.org][output hub]] **** sdlang :import:sdlang: + #+NAME: imports_sdlang #+BEGIN_SRC d /+ sdlang http://sdlang.org +/ @@ -97,6 +98,7 @@ sdlang.exceptions; // std.conv; **** std :import:std: + #+NAME: imports_std #+BEGIN_SRC d /+ std +/ @@ -263,7 +265,6 @@ look into using getopt #+NAME: sdp_args #+BEGIN_SRC d - bool[string] opt_action_bool = [ "assertions" : false, "concordance" : false, @@ -341,6 +342,7 @@ auto conf_doc_make_aa = confsdl.documentMakeSDLangToAAmake(sdl_root_doc_make); ** each file (loop) [+2] :loop:files: *** filename provided [+1] :file:process: **** loop scope :scope: + #+NAME: sdp_each_file_do #+BEGIN_SRC d scope(success) { @@ -384,6 +386,7 @@ debug(header_and_content) { #+END_SRC **** [#A] read doc header: metadata & make :doc:header:metadata:make: + #+NAME: sdp_each_file_do #+BEGIN_SRC d auto header_make_and_meta_tuple = head.headerContentAA(header, conf_doc_make_aa); @@ -393,6 +396,7 @@ string[string][string] dochead_meta_aa = header_make_and_meta_tuple[1]; #+END_SRC **** [#A] processing: document abstraction, tuple :processing: + #+NAME: sdp_each_file_do #+BEGIN_SRC d /+ ↓ process document, return abstraction as tuple +/ @@ -407,6 +411,7 @@ auto doc_ao_biblio = t[2]; **** TODO debug :debug: ***** [#A] debug document parts (checkdoc) :checkdoc: + #+NAME: sdp_each_file_do #+BEGIN_SRC d /+ ↓ document parts +/ @@ -440,6 +445,7 @@ output.hub( #+END_SRC **** on exit :scope:exit: + #+NAME: sdp_each_file_do #+BEGIN_SRC d scope(exit) { -- cgit v1.2.3