Skip to content

Commit

Permalink
Add a basic printer for trees, with a method Tree.showBasic.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Nov 21, 2023
1 parent 01f46c9 commit 814580e
Show file tree
Hide file tree
Showing 7 changed files with 641 additions and 30 deletions.
1 change: 1 addition & 0 deletions tasty-query/shared/src/main/scala/tastyquery/Names.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ object Names {
val m_+ : SimpleName = termName("+")

val m_apply: SimpleName = termName("apply")
val m_unapply: SimpleName = termName("unapply")
}

object tpnme {
Expand Down
Loading

0 comments on commit 814580e

Please sign in to comment.