Simple library to create primitive collections. Using template files to generate them. Project for self teaching.
Go to file
Speiger 70566b3471 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.
2020-11-09 01:09:40 +01:00
Primitive-Collections Initial Commit. 2020-11-09 01:09:40 +01:00
.gitignore Initial commit 2020-11-08 21:51:12 +00:00
LICENSE Initial commit 2020-11-08 21:51:12 +00:00
README.md Initial commit 2020-11-08 21:51:12 +00:00

README.md

Primitive-Collections

Simple library to create primitive collections. Using template files to generate them.

Project for self teaching.