From cf9285b1dbdf687630076149413f16e5d4af82e8 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 28 Jun 2026 13:41:22 -0400 Subject: type body object definitions and garbage collection algo --- docs/language/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/language/index.md') diff --git a/docs/language/index.md b/docs/language/index.md index 2a8ff49..4fdccb6 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -58,6 +58,10 @@ Underscores `_` can separate digits in a number 'A' ``` +### String literals have a `2 ^ 16 - 2` token byte limit + +### Char literals have a `6` token byte limit + Any UTF-8 glyph is allowed between `""` or `''` ```text @@ -72,13 +76,13 @@ Start with a lowercase letter Variables starting with `_` are treated as unused -### Variables names have a 90 character limit +### Variables names have a 60 character limit ## Type Names Start with an uppercase letter created with either \`alias or \`unique -### Type names have a 90 character limit +### Type names have a 60 character limit ## Type Qualifiers @@ -113,7 +117,7 @@ Start with a `.` .symbol ``` -### Symbols have a 90 character limit +### Symbols have a 60 character limit # Lists -- cgit v1.2.3