mys-lang / mys

The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-lang.org for more information.
Other
132 stars 5 forks source link

Crash instead of nice error message. #30

Closed eerimoq closed 3 years ago

eerimoq commented 3 years ago

What did you do?

class Foo:
    self.a: i64

What did you expect to see?

Nice error message.

What did you see instead?

Crash.

Mys version

0.170.0