The ReDSL Compiler

The ReDSL Compiler is still a prototype (technology spike). It 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.

Downloads: