parse html
This is a xml/html parser/lexer gobo which is built for goboscript. It is designed to be used with inflator.
Warning
This gobo isn't ready for use
Warning
This doesn't do error checking
Warning
This gobo pollutes the global namespace a lot
...
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/xml
add xml to your inflator.toml
config:
[dependencies]
# ...
xml = "https://github.com/FAReTek1/xml"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/xml
cd xml
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3