erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.63k stars 54 forks source link

Make "Num" const #318

Closed yuk1ty closed 1 year ago

yuk1ty commented 1 year ago

Fixes #266.

I try to work on this issue. At first, I modified the "Num" string to be const. I'm going to fix other strings in another pull request :)

@mtshiba

mtshiba commented 1 year ago

Thanks!