Implement a simple config file parser

This commit is contained in:
TennesseeTrash 2025-06-09 01:41:33 +02:00
parent 405b68b824
commit 167b8bee8d
20 changed files with 601 additions and 0 deletions

3
.gitignore vendored
View file

@ -1,4 +1,7 @@
# ---> C++
# LSP Cache
.cache/
# Build dirs
build/