From 1cc6a04b8bce82fa83b62d919bf8bdf14cad0b92 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 1 Oct 2016 13:54:14 -0400 Subject: update sdlang, start looking to using dub remote dependencies --- org/sdp.org | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index af16b3d..60b37c3 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -437,6 +437,7 @@ break; <> mixin CompileTimeInfo; mixin RgxInit; +/++ A SiSU document parser writen in D. +/ void main(string[] args) { <> <> @@ -450,6 +451,14 @@ void main(string[] args) { } } } +/// sdp sisu document parser +unittest { + /++ + name "sdp" + description "A SiSU document parser writen in D." + homepage "http://sisudoc.org" + +/ +} #+END_SRC ├── src @@ -509,6 +518,28 @@ figure out best program dir structure for dub and compilers, issue with rdmd | metadata | | (from regular header) | | output | |---------------------+------------------------------------------+------------------------+------------------------+--------| +- header + +- table of contents + - scroll #[ocn] + - seg ../[fn]/#[ocn] +- substantive contents + contents + footnotes + - seg #[ocn] + internal links + - scroll #[ocn] + - seg ../[fn]/#[ocn] +- endnotes + - scroll + - seg ../[fn]/#[ocn] +- glossary +- bibliography +- book index + - scroll #[ocn] + - seg ../[fn]/#[ocn] +- metadata + ** config :config: using sdlang in sdp @@ -530,6 +561,7 @@ Alternatively, you can git clone both SDLang-D and the latest version of libInputVisitor, #+BEGIN_SRC d :tangle no +dub fetch sdlang-d git clone https://github.com/Abscissa/SDLang-D git clone https://github.com/abscissa/libInputVisitor #+END_SRC -- cgit v1.2.3