yaml-peg 1.0.9

A YAML 1.2 parser using a greedy parsing algorithm with PEG atoms.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2
models:
    - name: orders
      columns:
          - name: c_custkey
            tests:
                - not_null
map:
- a
- b
- c
--- !normal-sequence
# Normal sequence
- a1
- true of
- a2