aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org8
1 files changed, 7 insertions, 1 deletions
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) {