The ReDSL Compiler
Check out the new GitHub Repository for the current ReDSL2Doc-Compiler: https://github.com/TomTonic/redsl2doc
--------
The old ReDSL Compiler prototype is a self-contained .Net Core 2.2 console application that produces Microsoft Word compatible .docx-files out of ReDSL source files. The syntax is as follows:
Compiler -i <inputfilename> -o <outputdirectory>
The compiler will produce multiple files if your source file contains multiple document declarations. The compiler will name the documents after their respective document title and put them into the outut directory.