diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-01-25 13:34:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2020-02-26 09:59:18 -0500 |
commit | ed71ef0ac032456c882bea44b04c02863cb90a46 (patch) | |
tree | b6a27cbb13a31a2e3e436aa9d75d125aa586a2c5 /org/spine.org | |
parent | address compilation issues with dmd (v2.090.0) (diff) |
code ctRegex calls, tidying
Diffstat (limited to 'org/spine.org')
-rw-r--r-- | org/spine.org | 8 |
1 files changed, 4 insertions, 4 deletions
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, |