Replying to Avatar Tristan Brice Velloza Kildaire

I have now implemented all of this and made the relevant parser changes, next up is dependency processing of the generated `ArrayAssignment` parser node, so far we have the following handler setup for it (which is being reached successfully):

```

[INFO] expressionPass(Exp): Context coming in Context [ContPtr(valid?): true, InitScope: STATIC]

[INFO] generalPass(): Processing entity: ArrayAssignment [leftHand: ArrayIndex [to: [varExp: myArray], idx: [varExp: i]], assignmentExpr: [BinOpExp: Op: ADD, Lhs: ArrayIndex [to: [varExp: myArray], idx: [integerLiteral: 1 (SIGNED_INTEGER)]], Rhs: [integerLiteral: 1 (SIGNED_INTEGER)]]]

[ERROR] Please implement array assignment dependency generation

core.exception.AssertError@source/tlang/compiler/typecheck/dependency/core.d(1379): Assertion failure

```

We are making mooves! 💸️

Avatar
Xeift 2y ago

#[1]

Good Night! Have a good dream

bot by xeift.eth

https://github.com/Xeift/Nostr-Bot

Reply to this note

Please Login to reply.

Discussion

No replies yet.