colap 0.2.0

A lightweight, human-friendly configuration language parser & code generator
1
2
3
4
5
6
7
# Test BlockBody parsing

```cola
entity:
    field: "value"
;
```