Skip to content

1.0.0-RC6 - User requested changes

Latest
Compare
Choose a tag to compare
@reid-spencer reid-spencer released this 31 Jan 23:32
· 8 commits to main since this release
d48a73a

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