Skip to content

v 0.9.1 (Improved templating)

Choose a tag to compare

@viktorchernev viktorchernev released this 14 Jun 15:52
· 273 commits to master since this release

Improved and user friendly templating. bug fixes

Feature - templates are now accessible to the users without having to download the source code and recompile the project - in a folder named "Templates", in the same folder as the executing exe. Only if said folder is not present, will the compiler use its inbuilt templates
Feature - command "ext" can be used to produce that "Templates" folder with all the inbuilt templates in it, so that the user can edit it
Feature - command "template=" can be used to select template
Feature - we can now use "color" decorator on productions
Refactored - there is now a tidy class for outputting messages in DescribeCompilerCLI
Refactored - there are now separate methods that handle CLI arguments in DescribeCompilerCLI
bugfix - delimited comments are working properly
bugfix - links on productions, in the default theme - "HTML_PARACORD" are now working as expected - without the need to right click -> open in new tab
bugfix - corrected line and column numbers in error messages (as those were 0 based)
bugfix - correct and timely error handling when user provides invalid output path