This commit is contained in:
zongor 2025-06-14 15:23:40 -04:00
parent 70a6de687f
commit 6d2e31aa24
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
- Emacs major mode included; Vim, VSCode, and Lite XL support planned.
** Language Design
- Strongly typed with optional type hints in function signatures.
- Strongly typed but with a friendly 'let' syntax.
- =real= type (fixed point Q16.16 by default).
- =int= for integer numbers (i32).
- =nat= for unsigned integer numbers (u32).