From ed71ef0ac032456c882bea44b04c02863cb90a46 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 25 Jan 2020 13:34:47 -0500 Subject: code ctRegex calls, tidying --- org/spine.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org/spine.org') diff --git a/org/spine.org b/org/spine.org index 58d76ed..72d3b1d 100644 --- a/org/spine.org +++ b/org/spine.org @@ -281,10 +281,10 @@ mixin CompileTimeInfo; #+NAME: spine_mixin #+BEGIN_SRC d -mixin spineRgxInit; +mixin spineRgxIn; mixin contentJSONtoSpineStruct; mixin spineBiblio; -mixin spineRgxInitFlags; +mixin spineRgxDocStructFlags; mixin outputHub; #+END_SRC @@ -302,7 +302,7 @@ auto hvst = spineHarvest!(); string flag_action; string arg_unrecognized; enum dAM { abstraction, matters } -static auto rgx = Rgx(); +static auto rgx = RgxI(); #+END_SRC *** scope (run complete) :scope: @@ -1181,7 +1181,7 @@ template spineAbstraction() { enum headBody { header, body_content, insert_file_list, image_list } enum makeMeta { make, meta } enum docAbst { doc_abstract_obj, doc_has } - static auto rgx = Rgx(); + static auto rgx = RgxI(); @system auto spineAbstraction(E,P,O,M,S)( E _env, P program_info, -- cgit v1.2.3