phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Extend dimensionality check to arrays #585

Closed blackgeorge-boom closed 2 years ago

blackgeorge-boom commented 2 years ago

Arrays are allowed to have members with different physics types.

Closes #583

blackgeorge-boom commented 2 years ago

This is not ready yet, as there are some details missing, but is a good start to digest.

blackgeorge-boom commented 2 years ago

@KomaGR This should be ready to go. Could you try it locally and tell me if is satisfies you use cases?

blackgeorge-boom commented 2 years ago

@KomaGR Thank you for the fixes and the tests! LGTM!