mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Allow indexing of constant strings. Fixed reverse indexing of constant initializers.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user