Skip to content

Commit 42d627c

Browse files
Merge pull request #8222 from lampepfl/nicolasstucki-patch-1
Add reference to TASTy Inspector template project
2 parents 6bb218a + 06beb28 commit 42d627c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/reference/metaprogramming/tasty-inspect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ compilation we need make available the compiler to the runtime:
4949
dotc -with-compiler -d out Test.scala
5050
dotr -with-compiler -classpath out Test
5151
```
52+
53+
54+
## Template project
55+
Using sbt version `1.1.5+`, do:
56+
```
57+
sbt new lampepfl/dotty-tasty-inspector.g8
58+
```
59+
in the folder where you want to clone the template.

0 commit comments

Comments
 (0)