We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bb218a + 06beb28 commit 42d627cCopy full SHA for 42d627c
docs/docs/reference/metaprogramming/tasty-inspect.md
@@ -49,3 +49,11 @@ compilation we need make available the compiler to the runtime:
49
dotc -with-compiler -d out Test.scala
50
dotr -with-compiler -classpath out Test
51
```
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