forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fa7c71
commit 74b4630
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Dotty Documentation | ||
=================== | ||
The Dotty compiler is currently somewhat lacking in documentation - PRs | ||
welcome! But, we've attempted to gather the most essential knowledge in these | ||
pages. | ||
|
||
Index | ||
----- | ||
* [Blog](blog/) posts written for scala-lang.org or dotty.epfl.ch | ||
* [Contributing](contributing/) | ||
- [Eclipse](contributing/eclipse.md) setting up dev environment | ||
- [Intellij-IDEA](contributing/intellij-idea.md) setting up dev environment | ||
- [Getting Started](contributing/gettings-started.md) details on how to run | ||
tests, use the cli scripts | ||
- [Workflow](contributing/workflow.md) common dev patterns and hints | ||
* [Internals](internals/) documents the compiler internals | ||
- [Backend](internals/backend.md) details on the bytecode backend | ||
- [Contexts](internals/contexts.md) details the use of `Context` in the | ||
compiler | ||
- [Higher Kinded Type Scheme](internals/higher-kinded-v2.md) | ||
scheme | ||
- [Project Structure](internals/overall-structure.md) | ||
of the project | ||
- [Periods](internals/periods.md) | ||
* [Usage](usage/) | ||
- [Migrating from Scala 2](usage/migrating.md) | ||
- [Using Dotty with sbt](usage/sbt-projects.md) | ||
* [Differences between DOT and Dotty](difference-dot-dotty.md) differences between the type | ||
calculus and Dotty | ||
* [Dotty vs Scala2](dotc-scalac.md) | ||
* [Type System](type-system.md) |
File renamed without changes.