Would be nice to allow the following syntax as the improvements from #224 makes model and formula args positional:
./cgaal check model.lcgs query.atl
./cgaal check query.atl model.lcgs
And for #217 also:
./cgaal check model.lcgs query0.atl query1.atl query2.atl
Detection of type would need to be with extension (.atl,lcgs) for JSON, we could attempt to parse the input, to determine its type. This adds a bit of overhead, but minimal, and only for JSON input files.
Would be nice to allow the following syntax as the improvements from #224 makes model and formula args positional:
And for #217 also:
Detection of type would need to be with extension (
.atl,lcgs) for JSON, we could attempt to parse the input, to determine its type. This adds a bit of overhead, but minimal, and only for JSON input files.