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