What's Changed
- Definition options are now considered meta-data and have correspondingly moved to the "with" section of every definition. This changes the language incompatibly with previous version.
- The language.Finder class has two new methods:
- findParents(node: Definition): Parents - gets the path to the node through all its parents
- findAllPaths: HashMap[Definition,Parents] - gets the path of every node from the Finder's root and places it in a Map.
- Various build system improvements.
Full Changelog: 1.0.0-RC3...1.0.0-RC6