Collin Chin

Results 84 comments of Collin Chin

This issue will be updated and marked as medium priority for 2023.

Leo 1.6.2 completes an actual address validation check during parsing as opposed to the parsing rules proposed in this issue.

Arrays are currently not supported in Leo v1.6.2.

The [`scalar` type](https://developer.aleo.org/leo/language#scalar-elements) is stable in Leo v.1.6.2

The staging branch has been deprecated so i am closing this issue.

Array indexing is not currently supported in Leo v1.6.2.

This change is included in Leo v1.6.2.

Leo v1.6.2 translated code: ```javascript program rem.aleo { function remainder_u32(dividend: u32, divisor: u32) -> u32 { let quotient: u32 = dividend / divisor; let remainder: u32 = dividend - divisor...

Array indexing is not currently supported in Leo v1.6.2.

Arrays are currently not supported in Leo v1.6.2.