Alexey

Results 7 issues of Alexey

### Description Implements a few cool things for structs in the QBE backend. Now it should be much more usable. Unfortunately, right now it uses `memcpy` which means now all...

QBE backend already implements array initialization but can't do anything with created arrays. Array access and assignment need to be implemented. Big issue with those is that there's no way...

feature
backend:qbe

They would work similarly to nested if-else blocks, comparing on every branch and jumping accordingly. The flow is: * Compare the argument to n match arm * Jump to the...

feature
backend:qbe

Fixes #50 This took around two evenings of work, but there it is. Currently not integrated in build system and generators because everything is going to break horribly in that...

### Description Fixes issues related to field alignment in `Type.size()` and adds `Type.align()` helper ### ToDo - [x] Proposed feature/fix is sufficiently tested - [x] Proposed feature/fix is sufficiently documented...