teo-parser 0.2.13

Parser for Teo schema language
Documentation
1
2
3
4
5
6
7
8
9
10
model A {

}

option enum B {
  a = 1
  b = 1 << 1
  c = 1 << 2
  d = .a | .b
}