From 86e486ba22baa37f4a557ac02ba40d8aecbe9cf1 Mon Sep 17 00:00:00 2001 From: alejandro baranek Date: Mon, 27 May 2024 15:57:20 -0300 Subject: [PATCH] README updated with for & linear type checker as under construction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2274a7..1c5c32a 100644 --- a/README.md +++ b/README.md @@ -239,12 +239,12 @@ Features: - casts ✔️ - arrays 🏗️ - iterators :x: -- for :x: +- for 🏗️ - match :x: - option :x: - enums :x: - impl :x: -- linear type checker :x: +- linear type checker 🏗️ - borrow checker :x: - generics :x: - traits :x: