From b2cc17cf26e4ee5e327fcbc92fd597ecb15cb75b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 9 Sep 2022 17:04:00 +0100 Subject: Officially calling it just micro --- language.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language.md') diff --git a/language.md b/language.md index 4044ad1..2354ae5 100644 --- a/language.md +++ b/language.md @@ -39,7 +39,7 @@ TODO: entry point; `main` to be C compatible? ## Modules -A `micro2` file must start with the module name. +A Micro file must start with the module name. ``` # our main module (this is a comment) module main @@ -354,7 +354,7 @@ TODO: a zero ended array of u8 with special initializers ## Operators -Micro2 uses the same operators and almost the same operator precedence as C, from more to less priority: +Micro uses the same operators and almost the same operator precedence as C, from more to less priority: ``` ! - ~ -- cgit v1.2.3