(no title)
cirwin | 1 year ago
https://github.com/ConradIrwin/conl
value = example
map
a = b
list
= 1
= 2
multiline_value = """bash
#!/usr/bin/bash
echo "hello world"cirwin | 1 year ago
https://github.com/ConradIrwin/conl
value = example
map
a = b
list
= 1
= 2
multiline_value = """bash
#!/usr/bin/bash
echo "hello world"
lifthrasiir|1 year ago
[1] https://github.com/lifthrasiir/cson
cirwin|1 year ago
I went with indentation because a very common use-case in a configuration file is commenting out lines. Even with CSON-like comma rules, you still need to balance your {} and []s. Indentation balances itself most* of the time.
GeneThomas|1 year ago