jtk
jtk copied to clipboard
JTK is a library designed for writing applications and libraries in C. It provides core utilities such as collections, unit testing, I/O streams, threads and much more.
The following tasks are achived in this pull request: 1. Implement an LL(1) lexer and the parser for the JSON specification. Both the lexer and the parser are integrated in...
BigInteger data type can be used for mathematical operations which involve very big integer calculations that are outside the limit of all available primitive data types in C. For example...
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...
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...
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...