Skip to content

Commit

Permalink
Add index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder committed Oct 6, 2016
1 parent 4fa7c71 commit 74b4630
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/index.md
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.

0 comments on commit 74b4630

Please sign in to comment.