unary minus

This commit is contained in:
2026-06-12 17:55:07 +02:00
parent 66e41e1d9a
commit 94e56f6888
14 changed files with 378 additions and 18 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
### types and expressions
- `i8`, `i16`, `i32`, `i64`, `void`, and inferred integer-constrained `int`
- contextual integer literals and constant folding of addition trees
- checked signed integer addition
- contextual integer literals and constant folding of addition and negation trees
- checked signed integer addition and unary negation
- function calls, assignments, and returns
### functions and packages