tge-was-taken / Atlus-Script-Tools

A set of tools for working with scripts used in various game developed by Atlus.
GNU General Public License v3.0
65 stars 40 forks source link

Add functions for getting all sources used in Flowscript Compilation #87

Open AnimatedSwine37 opened 4 weeks ago

AnimatedSwine37 commented 4 weeks ago

This PR adds two functions TryGetImports and a TryCompileWithImports overload that returns a list of all used source files as an out parameter. I intend to use both with BF Emulator/Persona Essentials so I can take into account changes in imports to flowscript files when caching compiled bf files.