From 1f529259c67dad4828908d502f40cb71d0345c56 Mon Sep 17 00:00:00 2001 From: A404M Date: Fri, 30 May 2025 18:50:17 +0330 Subject: add more sections to readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1227e94..da71662 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # Felan -A strongly statically typed programming language with a simple and friendly syntax +A strongly statically typed programming language with a simple and friendly syntax. The language has been influenced by many other languages to be more user friendly both for new programmers who don't have many years of programming with other languages and those who want a powerful tool for programming. -# Why Felan? -* Easy to understand +# Features * Powerful type system * Compile time execution +* Operator overloading +* Function overloading +* Generic programming +* Low level access +* Pointer +* ... # Examples ## Hello world @@ -27,3 +32,8 @@ main :: () -> void { print("This is a string"); }; ``` + +# TODO +* Overloading [] operator +* Making \[n\]type = array(n,type) +* Making *type = ptr(type) -- cgit v1.2.3