mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
"protocol" => "interface"
This commit is contained in:
committed by
Christoffer Lerno
parent
e380075852
commit
d01d8d3663
@@ -36,7 +36,7 @@
|
||||
- Delete object files after successful linking.
|
||||
- Compile time subscript of constant strings and bytes.
|
||||
- `@if` introduced, other top level conditional compilation removed.
|
||||
- Dynamically dispatched protocols with optional methods.
|
||||
- Dynamically dispatched interfaces with optional methods.
|
||||
- `$if` now uses `$if <expr>:` syntax.
|
||||
- `$assert` now uses `$assert <expr> : <optional message>`
|
||||
- `$error` is syntax sugar for `$assert false : "Some message"`
|
||||
|
||||
Reference in New Issue
Block a user