Update README

This commit is contained in:
Krzosa Karol
2022-10-10 22:26:26 +02:00
parent 7df42bf79b
commit 977a62d5ae

View File

@@ -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