StanzaOrg / lbstanza-old

L.B. Stanza Programming Language
Other
216 stars 23 forks source link

Fix for 32-bit integer truncation in the interpreter #157

Closed OlegPliss closed 2 years ago

OlegPliss commented 2 years ago

Some C compilers treat int as int32_t. In bit operations relative to bitset_base the index must be pointer-wide.