finos / rune-dsl

The project containing the Rune DSL grammar and default code generators
Apache License 2.0
24 stars 29 forks source link

Static compilation error when type starts with lowercase character #739

Open SimonCockx opened 2 months ago

SimonCockx commented 2 months ago

Adding a type in camelCase, e.g.,

type someName:
  someField string (1..1)

results in a static compilation error.