aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

Allow glob in `use` #12

Closed Poly2it closed 11 months ago

Poly2it commented 1 year ago

We already have the feature to import all the costumes of a pattern, for example: costumes "my_costumes/*;. It would be convenient to have this feature on script imports too. use "my_scripts/*.h";