constants.ha (228B)
1 // SPDX-License-Identifier: MPL-2.0 2 // (c) Hare authors <https://harelang.org> 3 4 // Maximum length of a symbol name, including nul terminator, with the 5 // statically allocated debug data structures. 6 def MAX_SYMNAME: size = 1024;