Allow indexing of constant strings. Fixed reverse indexing of constant initializers.

This commit is contained in:
Christoffer Lerno
2023-08-30 16:36:29 +02:00
parent dd0dc1a936
commit 82ba02a904
7 changed files with 76 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
- Fix to void expression blocks
- Temporary objects may now invoke methods using ref parameters.
- Delete object files after successful linking.
- Compile time subscript of constant strings and bytes.
- `@if` introduced, other top level conditional compilation removed.
- `@dynamic` and `@interface` for dynamic dispatch.
- `$if` now uses `$if <expr>:` syntax.