v1.1.0 stable
Version 1.1.0 changes:
- Total refactor to the standard library - cleaner code, documented better, better tested, and faster in general.
Thus it has better maintainability and its better for learning. - All stl macros are now under the stl/bit/hex namespaces
- hex.pointers implemented (faster than bit.ptr)
- Improved READMEs
- Improved debugging (-d, --debuginfo, --debug-ops-list)
- Improve lexer-parser exceptions
It is all tested, and ready to be used on windows or linux (and mac shouldn't be a problem), with python 3.7+.
The only exception is hex.div which still doesn't work (its tests are xfailed), so you can use the slower-but-stable bit.div+casts for division.