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

Fork of #213 with backwards incompatibility #217

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

lwaern-intel
Copy link
Contributor

This is purely to make TC aware of the commit

Besides the obvious (RAII architecture, vectors, strings), this includes:
1. `cast(initializer, ...)` syntax, and rework of associated logic
3. As a result of the above, compound literals. `cast({1,2,3}, int[3])` is now supported.
4. `a += initializer` syntax, and rework of associated logic. This means complex method calls can be used as RHS of `+=`/`-=`/etc.
5. Reworked statements' `toc`/`toc_inline` family
6. ExpressionInitializer.assign_to and Expression.write rework
7. The addition of "addressable" and "c_lval" to Expression, and an associated rework of lvalue-ness
8. Strict `DMLType.cmp`. Old implementation is still used in a few places and is called `cmp_fuzzy`
9. The ability to hash DML Types in a way compatible with the new strict cmp.
10. `extern cident(blabla) as dmlident;`.
11. Improved deserialization logic for arrays; doesn't need a stack frame per dimension
@lwaern-intel lwaern-intel mentioned this pull request Oct 4, 2023
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.

1 participant