From 977a62d5ae5188be2912c671e2171b23c9de5180 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Mon, 10 Oct 2022 22:26:26 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 152ce62..233ef10 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ main :: (): int ## Features -* Debuggers(Visual Studio, Remedybg) fully work with the language, you can step through the program +* **Debuggers**(Visual Studio, Remedybg) **fully work** with the language, you can step through the program +* **No external dependencies**, you just setup clang and call build.bat * Compiles to C code, in the future it will also compile to bytecode and hopefully a raw x64 executable * Very strict Go like type system with untyped literals -* Order independent declarations +* **Order independent declarations** * Module system, user namespaces the library, only the used library code gets compiled -* Windows and Linux(only tested on Ubuntu) support +* **Windows and Linux**(only tested on Ubuntu) support +* Conditional compilation * Runtime type reflection * Typesafe variadic arguments * Operator overloading