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

String class given C++ error. #45

Closed eerimoq closed 3 years ago

eerimoq commented 3 years ago

What did you do?

class String:
    pass

What did you expect to see?

Ok!

What did you see instead?

C++ error since String is already used by the mys lib.

Mys version