Update README
This commit is contained in:
@@ -23,12 +23,14 @@ main :: (): int
|
|||||||
|
|
||||||
## Features
|
## 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
|
* 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
|
* 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
|
* 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
|
* Runtime type reflection
|
||||||
* Typesafe variadic arguments
|
* Typesafe variadic arguments
|
||||||
* Operator overloading
|
* Operator overloading
|
||||||
|
|||||||
Reference in New Issue
Block a user