Initial Commit.

This is the initial commit with half of the parser implemented.
Code Replacement is still missing, on top of that Multithreaded parsing
is also missing. But that is going on its way soon TM

-Added: Template Parser Conditions.
This commit is contained in:
2020-11-09 01:09:40 +01:00
parent b1c833a60b
commit 70566b3471
18 changed files with 774 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build