From 41196ea4fdef2d0ea501b4ba09d1a156d361721a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 8 May 2017 16:37:51 -0400 Subject: modules, collective imports --- org/sdp.org | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index 827a00f..e34c57b 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -87,19 +87,7 @@ unittest { #+NAME: imports_sdp #+BEGIN_SRC d /+ sdp: sisu document parser, see http://sisudoc.org +/ -import - sdp.abstraction_summary, - sdp.ao_abstract_doc_source, - sdp.ao_conf_make_meta, - sdp.ao_conf_make_meta_native, - sdp.ao_conf_make_meta_sdlang, - sdp.ao_defaults, - sdp.ao_doc_debugs, - sdp.ao_read_config_files, - sdp.ao_read_source_files, - sdp.ao_rgx, - sdp.output_hub, - sdp.paths_source; +import sdp.imports_for_ao; #+END_SRC ****** notes @@ -121,43 +109,14 @@ import [[./output.org][output]] [[./sdp.org][sdp]] -***** sdlang :sdlang: keep up to date, configuration in ../maker.org check: - http://github.com/Abscissa/SDLang-D - https://github.com/abscissa/libInputVisitor -#+NAME: imports_sdlang -#+BEGIN_SRC d -/+ sdlang http://sdlang.org +/ -import sdlang; -#+END_SRC - -****** notes - sdlang.parser, sdlang.exceptions; -***** std :std: - -#+NAME: imports_std -#+BEGIN_SRC d -/+ std +/ -private import - std.array, - std.exception, - std.getopt, - std.process, - std.stdio, - std.regex, - std.string, - std.traits, - std.typecons, - std.utf, - std.conv : to; -#+END_SRC - -****** notes std.conv, std.variant, -- cgit v1.2.3