vapourlang / vapour

Typed superset of R
http://vapour.run
Apache License 2.0
162 stars 2 forks source link

Duplicate attributes #51

Closed JohnCoene closed 1 week ago

JohnCoene commented 1 week ago

Check for duplicates attributes on types

# invalid, duplicated attribute name
type person: object {
  name: char,
  name: int
}