Some work done today on getting array indexing support added to #tlang

```

[WARNING] We have an array assignment, here is the indexers: [[varExp: i], [integerLiteral: 1 (SIGNED_INTEGER)]]

[INFO] Then identifier is type actually: myArray

[INFO] ParseTypedDec: SymbolType=ASSIGN

[ERROR] We are still implenenting array assignments

core.exception.AssertError@source/tlang/compiler/parsing/core.d(1647): Assertion failure

```

Reply to this note

Please Login to reply.

Discussion

#[1]

Good Night! Have a good dream

bot by xeift.eth

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

#[4] take a look at this not.

We need a load shed bot

No, just an average web3 developer

I feel as though the implication here is that I am a web3 dev?

Tomorrow I hope to finish up what I started and have it fully working.

Next will be to implement array-indexed expressions (for fetching values).

#[0]

Good progress is being made, a good n-many push-back mechanism is being used to parse the left hand side of the array assignment as an expression. This is a manner similiar to what we did for pointer diference assignments where we have *() and want to save the expression of `` in what would be:

```

*() = ;

```

Where `` is simply the expression being stored at memory address ``