Skip to content

v0.10.0

Compare
Choose a tag to compare
@sjrd sjrd released this 14 Aug 07:52
· 261 commits to main since this release
d814dd5
  • Replace Spans by SourcePosition. When coming from a tasty file with source line information, a SourcePosition can provide line and column number, in addition to offset and file name.
  • Lambda.meth is now statically a TermReferenceTree.
  • Add the abstract class Traversers.TreeTraverser to walk trees with more control than Tree.walkTree.