Skip to content

inflated-goboscript/xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xml.gs

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

Credits

...

Installation

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"

Development

use inflate install -e .:

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

About

wip xml gobo

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published