mirth-lang / mirth

Compiler for the Mirth programming language.
BSD Zero Clause License
447 stars 14 forks source link

Make package search paths part of the +Mirth resource and add a CLI argument to add to it #311

Closed casuallyblue closed 6 months ago

casuallyblue commented 6 months ago

Replaces the existing PACKAGE_SEARCH_PATH variable with a field in the +Mirth resource and adds the -P command line flag to add items to it, without any package search path flags it defaults to lib. This also replaces the couple data definitions related to +Mirth with the struct syntax sugar, but that's easy to undo separately from the rest of the changes if not wanted.

typeswitch-dev commented 6 months ago

Great, thanks!