Simple library to create primitive collections. Using template files to generate them. Project for self teaching.
Go to file
Speiger 5cc4f35407 New Content patch getting big progress on base and progress on lists.
-Changed: Build Task no longer Sync's because it is 9x slower and a File Builder never collides with another File Builder.
-Added: getEquals() function for faster compare builders.
-Changed: getNonClassType to getNonFileType()
-Added: New Rule to the Rule Sheet.
-Added: Regex Helper so recursion is supported
-Added: FunctionMapper that supports more then 1 argument.
-Changed: Injection & FunctionMapper support recursion-
-Added: Loads of Variables to the GlobalVariables as they were added for templates.
-Added: AbstractCollection, AbstractList, List, ListIterator, BidirectionalIterator, Arrays and ArrayList template.
2020-11-16 02:55:33 +01:00
gradle/wrapper Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
src/main New Content patch getting big progress on base and progress on lists. 2020-11-16 02:55:33 +01:00
.classpath Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
.gitattributes Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
.gitignore Git Ignore Update 3 2020-11-12 02:11:26 +01:00
.project Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
LICENSE Initial commit 2020-11-08 21:51:12 +00:00
README.md Initial commit 2020-11-08 21:51:12 +00:00
RuleSheet.md New Content patch getting big progress on base and progress on lists. 2020-11-16 02:55:33 +01:00
build.gradle Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
gradlew Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
gradlew.bat Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00
settings.gradle Removed the double foldering and started some seriouse work. 2020-11-11 21:33:59 +01:00

README.md

Primitive-Collections

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

Project for self teaching.