Various improvements to input handling, updated dictionary conversion, better constructor parsing
- MTT now supports multiple input directories and will calculate relative paths between models across all input dirs for import statements.
- Dictionaries can now support lists or arrays as generic arguments. Previously these would map to any.
- Constructors spread over multiple lines (with long lists of arguments) are now supported.
All thanks to @jj05y!