UBC-Stat-ML / blangDSL

Blang core (parsing, generation, eclipse plug-in)
https://www.stat.ubc.ca/~bouchard/blang/
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

RHS of 'x | .. ~ y' lines should be an XExpression #21

Closed alexandrebouchard closed 8 years ago

alexandrebouchard commented 8 years ago

This is needed for variable accessions, e.g.

y.get(i) ~ Normal ..
alexandrebouchard commented 8 years ago

Resolved by the XExpressionProcessor infrastructure.