climateinteractive / antlr4-vensim

Vensim grammar in ANTLR 4
MIT License
1 stars 0 forks source link

Add the <-> subscript alias operator #4

Closed ToddFincannon closed 3 years ago

ToddFincannon commented 3 years ago

The subscript alias operator <-> allows a subscript range to be defined as an alias of another subscript range with the same indices. For example:

DimE <-> DimF
DimF: F1, F2, F3

DimE will have indices F1, F2, F3.