Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge recent changes from development branch #29

Merged
merged 21 commits into from
Nov 22, 2024
Merged

Merge recent changes from development branch #29

merged 21 commits into from
Nov 22, 2024

Conversation

Hugobros3
Copy link
Contributor

Relevant additions:

  • Continuation syntax ( -> ! suffix )
  • Reworked driver logic
  • Basic SPIR-V support
  • Added additional tests to guard against Thorin regressions

Hugobros3 and others added 21 commits June 24, 2024 16:43
This is required to extract members of structs in a filter.
As an absolute baseline, the lhs is checked to be a legal element in a
filter, but there are potential problems, for instance with mutable
pointers, that might break in the future. If something like this comes
up we will fix it.
This applies to both array types `[T * n]`, as well as RepeatArrayExpr
`[E; n]`. In both cases, n must be defined as `static n = ...`, or the
emitter might fail.
@Hugobros3 Hugobros3 merged commit 130e2e2 into master Nov 22, 2024
0 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants