Skip to content

Conversation

@Gashmob
Copy link
Member

@Gashmob Gashmob commented Jan 14, 2025

Closes #56

Part of #56

Also introduce a TypeBuilder missing from pointers pr -> it builds non
native types, for example int*. Needed for array element type cast.
@Gashmob Gashmob added the enhancement New feature or request label Jan 14, 2025
@Gashmob Gashmob added this to the v0.1.0 milestone Jan 14, 2025
@Gashmob Gashmob self-assigned this Jan 14, 2025
@Gashmob Gashmob linked an issue Jan 14, 2025 that may be closed by this pull request
Part of #56

Array access with [] operator. Generate IR for both array initialization
and access
Part of #56

This needed to fix multi-dim array definition
Part of #56

Allow usage of pointer dereferencing and variable address on expression
and not just identifier
Part of #56

You can now do `pointer + number`
@Gashmob Gashmob merged commit 01b63fb into master Feb 8, 2025
13 checks passed
@Gashmob Gashmob deleted the 56-arrays branch February 8, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Arrays

2 participants