Implement a simple config file parser
This commit is contained in:
parent
405b68b824
commit
167b8bee8d
20 changed files with 601 additions and 0 deletions
4
Tests/SimpleConf/TestConfigs/Comments.conf
Normal file
4
Tests/SimpleConf/TestConfigs/Comments.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Test whether comments behave correctly
|
||||
|
||||
# this shouldn't = be accessible
|
||||
while this = is accessible # and this comment doesn't interfere
|
Loading…
Add table
Add a link
Reference in a new issue