started working on ini parser

This commit is contained in:
2025-08-20 01:27:25 +03:00
parent 5635cd1d69
commit eff681ca33
47 changed files with 1465 additions and 112 deletions

12
tests/ini/test1.ini Normal file
View File

@@ -0,0 +1,12 @@
[Test_Values]
a = "Hello world!\n"
b = true
c = false
c = 3.1415926
d = 123456
e = -2.71828
f = -890
g = .34
abc3d = "Hello world from the funny engine, you can use \" to add quotes"