Fix assignment type resolution

This commit is contained in:
Krzosa Karol
2022-10-11 14:20:35 +02:00
parent 061d662f81
commit 7be9a9ef0e
3 changed files with 5 additions and 2 deletions

View File

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