Skip to content

Commit

Permalink
Merge pull request #393 from sjrd/basic-tree-printer
Browse files Browse the repository at this point in the history
Add a basic printer for trees, with a method Tree.showBasic.
  • Loading branch information
sjrd authored Nov 21, 2023
2 parents e2f9476 + 791897a commit 976a049
Show file tree
Hide file tree
Showing 8 changed files with 770 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 976a049

Please sign in to comment.