LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

allow any statement ordering #100

Closed liveandrew closed 4 years ago

liveandrew commented 4 years ago

currently reslang grammar enforces the following order in files:

namespacedefinition? import servers? tag (resource / subresource / action / structure / enum / event / produces / consumes ) diagram docs*

i'd like to relax this so all statements can be mixed if required

liveandrew commented 4 years ago

note that this is a fully backwards compatible feature request