implement game configuration file
this integrates https://github.com/cktan/tomlc99 into the repo as a dependency
This commit is contained in:
11
third-party/tomlc99/stdex/arrtab5.toml
vendored
Normal file
11
third-party/tomlc99/stdex/arrtab5.toml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# INVALID TOML DOC
|
||||
[[fruits]]
|
||||
name = "apple"
|
||||
|
||||
[[fruits.varieties]]
|
||||
name = "red delicious"
|
||||
|
||||
# INVALID: This table conflicts with the previous array of tables
|
||||
[fruits.varieties]
|
||||
name = "granny smith"
|
||||
|
Reference in New Issue
Block a user