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 /src/doc_reform/spine.d | |
parent | address compilation issues with dmd (v2.090.0) (diff) |
code ctRegex calls, tidying
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-x | src/doc_reform/spine.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index b7d9731..67ee838 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -87,16 +87,16 @@ description "A SiSU inspired document parser writen in D." homepage "http://sisudoc.org" +/ @system void main(string[] args) { - mixin spineRgxInit; + mixin spineRgxIn; mixin contentJSONtoSpineStruct; mixin spineBiblio; - mixin spineRgxInitFlags; + mixin spineRgxDocStructFlags; mixin outputHub; auto hvst = spineHarvest!(); string flag_action; string arg_unrecognized; enum dAM { abstraction, matters } - static auto rgx = Rgx(); + static auto rgx = RgxI(); scope(success) { writefln( "~ run complete, ok ~ (%s-%s.%s.%s, %s D:%s, %s %s)", |