Skip to content

inflated-goboscript/bstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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.

Credits

...

Installation

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"

Development

use inflate install -e .:

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