jtk
jtk copied to clipboard
Extend the documentation of JTK
JTK was created to write a compiler for a language that I designing. It's been three years since I started working on the project. Given my schedule, I am not able to work on both Zen and JTK. And writing documentation is out of the question for now. For the most part, JTK is easy to use once you are acquainted with the library. However, most users cannot comprehend the conventions, functions, and so on without a proper documentation. It would be really helpful if someone could help me write the documentation.
I would be glad to help if i can!
Can you please write a few example programs that demonstrate how to use collections?
You can find the tutorial on collections here.
https://github.com/itssamuelrowe/jtk/wiki/Collections