I'm working on a new JASS parser/compiler, and was curious to know if anybody had any idea as to what the min/max values are for integers, reals, strings, etc... I'm already aware that arrays can hold an approximate maximum of 8190 elements, but are integers signed ints, unsigned ints, or perhaps even signed/unsigned longs? Are reals floating-point or double-precision values? How many characters can a string variable hold? etc...
And of course, the ultimate question: What is the maximum number of variables (of any type) that is allowed for any given script? If anybody has the answers to any of these questions, please let me know!
Meanwhile, I will simply adhere to the limits and default types used by the language I am compiling in.
And of course, the ultimate question: What is the maximum number of variables (of any type) that is allowed for any given script? If anybody has the answers to any of these questions, please let me know!
Meanwhile, I will simply adhere to the limits and default types used by the language I am compiling in.
Last edited: