aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-13 04:29:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-13 04:29:04 -0400
commitb5f8efdfad87e0c7d49e7a0049cc06e5a4736d5a (patch)
treef034d5a0417d55dca4909262774a174304ec3a07
parent81ed38616feb97867b28086c0a009792404457d1 (diff)
Update docs
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0430674e..afb73cee 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ language features.
## Safety
- Memory safety (garbage collection, compiler-enforced null safety, automatic
array bounds checking, and no uninitialized variables)
-- Arithmetic overflow checking
+- Arbitrary-precision integers by default with opt-in fixed-with integers with
+ arithmetic overflow checking
- Type-safe strings representing different languages with automatic prevention
of code injection
- Pattern matching with exhaustiveness checking for tagged unions