colap 0.2.0

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

```cola
llm plural llms:
    openai:
        field: "value"
    ;
;
```