GullianLanguage / Gullian

A very experimental and small systems programming language, created to be simple, fast and easy.
MIT License
8 stars 1 forks source link

[bug]: 'vec.Vector[int]' is not equal to 'Vector[int]' #1

Closed mguinhos closed 2 years ago

mguinhos commented 2 years ago

Current type system doesn't allow comparation between 'vec.Vector[int]' and 'Vector[int]'

mguinhos commented 2 years ago

Bug fixed.