string binary operations
This is a binary operations library for strings of 0/1 which is built for goboscript. It is designed to be used with inflator.
...
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/bstr
add bstr to your inflator.toml
config:
[dependencies]
# ...
bstr = "https://github.com/FAReTek1/bstr"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/bstr
cd bstr
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3