Add first structure and start work on format specifier parser

This commit is contained in:
2023-05-29 11:40:13 +02:00
commit af27e79678
4 changed files with 178 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
build/*
*.o
*.d
*.user
.cache/*
.vscode/*