Skip to content

inflated-goboscript/bstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bstr.gs

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.

Warning

Using bstrs is easy, but not efficient. If you want bitwise operations on integers, you should not use this library.

Credits

...

Installation

Make sure you have inflator installed. It's installable from the gtp.

inflate install bstr

add bstr to your inflator.toml config:

[dependencies]
# ...
bstr = "bstr"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/inflated-goboscript/bstr
  2. cd bstr
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3