colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
1
2
3
4
5
6
7
8
# Real Cola Syntax Test

```cola
test:
    field1: "value1",
    field2: "value2"
;
```