thalo-rs / esdl

Event-sourcing Schema Definition Language
Apache License 2.0
42 stars 3 forks source link

Use `?` for optional types and implicitly require types #8

Closed tqwewe closed 2 years ago

tqwewe commented 2 years ago

Removes the ! syntax for required types and implicitly makes types required by default. Types can be specified as optional by suffixing with ?.