Fix assignment type resolution
This commit is contained in:
@@ -24,6 +24,7 @@ main :: (): int
|
||||
|
||||
* **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
|
||||
* **No heap allocation** during lifetime of the compiler
|
||||
* 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**
|
||||
|
||||
Reference in New Issue
Block a user