Skip to content

Commit 7c8d903

Browse files
author
Viktor Chernev
committed
finishing v0.9.3
1 parent ff260c1 commit 7c8d903

30 files changed

+162
-79
lines changed

@DescribeCompilerCLI/Datnik.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using DescribeCompiler;
22
using DescribeCompiler.Compiler;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
3+
84

95
namespace DescribeCompilerCLI
106
{

@DescribeCompilerCLI/FunctionsArguments.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System;
33
using System.IO;
44

5+
56
namespace DescribeCompilerCLI
67
{
78
internal static class Arguments

@DescribeCompilerCLI/FunctionsMain.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
using DescribeCompiler;
22
using DescribeCompiler.Translators;
3+
34
using System;
4-
using System.Collections.Generic;
55
using System.IO;
6-
using System.Linq;
7-
using System.Reflection;
8-
using System.Text;
9-
using System.Threading.Tasks;
6+
107

118
namespace DescribeCompilerCLI
129
{

@DescribeCompilerCLI/FunctionsMessages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Reflection;
33

4+
45
namespace DescribeCompilerCLI
56
{
67
//https://patorjk.com/software/taag/#p=display&f=Alpha&t=DESCRIBE

@DescribeCompilerCLI/Program.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
42
using System.IO;
5-
using System.Linq;
63
using System.Reflection;
7-
using System.Runtime.ConstrainedExecution;
8-
using System.Text;
9-
using System.Threading.Tasks;
10-
11-
using DescribeCompiler;
12-
134

145

156
namespace DescribeCompilerCLI
-2.42 MB
Binary file not shown.
13.5 KB
Binary file not shown.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
IMPLEMENTED:
2+
3+
* Describe language version 1.0 (codenamed "Describe Official") has been developed and tested and implemented in the current version.
4+
With this new version of describe we have a significantly more complex preprocessor, which allow for intuitive handling of special characters.
5+
For more information, see the specification on Describe Official v 1.0
6+
7+
* Preprocessor for Describe v1.0 has been developed
8+
* Specific preprocessor for Describe v0.8 has been developed
9+
* Specific preprocessor for Describe v0.7 has been developed
10+
* Specific preprocessor for Describe v0.6 has been developed
11+
12+
* Optimizer for Describe v0.8 has been developed
13+
* Specific optimizer for Describe v0.8 has been developed
14+
* Specific optimizer for Describe v0.7 has been developed
15+
* Specific optimizer for Describe v0.6 has been developed
16+
17+
* External templating functionality has been removed
18+
As there is no great interest in using the describe compiler with customized templates,
19+
this feature only hinders the development of the tool. Users are easily able to derive and
20+
code their own translators if needed.
21+
22+
* Refactoring has been done
23+
24+
25+
FIXED:
26+
27+
* A bug with the implementation of custom decorators in the JSON translator have been removed
28+
* CLI Showing proper "Press any key to exit" message, after parsing a folder
29+
* CLI Changing console color on exit to what it was before execution

Documentation/v 9.3/SuspectedBugUnknown.txt

Lines changed: 0 additions & 50 deletions
This file was deleted.

Documentation/v 9.3/anotherBug.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)