Building a Custom Query Language (GQL) for .git Files
Too Long; Didn't Read
I recently became interested in the Rust programming language and began learning its basics. While reading the "Building git" book, I came across the functions of each file inside the.git folder. This gave me a new and exciting idea: What if we could develop a query language that operates on these files? I decided to implement this query language and I named it GQL.