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 strings in the init_builtin_consts function const #319

Closed yuk1ty closed 1 year ago

yuk1ty commented 1 year ago

Make the following strings const:

266

I think opening pull requests per functions will work fine, so I'm going to make these fixes by the unit of functions 😃 If you have another preference, please let me know.

@mtshiba

mtshiba commented 1 year ago

Thanks!