@@ -10,38 +10,3 @@ The theory behind these constructors is researched in DOT, a calculus for depend
10
10
11
11
In this documentation you will find information on how to use the Dotty compiler on your machine, navigate through
12
12
the code, setup Dotty with your favorite IDE and more!
13
-
14
- Contents
15
- -------
16
-
17
- * Dotty Language Reference
18
- - [ Intersection Types] ( reference/intersection-types.md )
19
- - [ Union Types] ( reference/union-types.md )
20
- - [ Trait Parameters] ( reference/trait-parameters.md )
21
- - [ Enumerations] ( reference/enums.md )
22
- - [ Algebraic Data Types] ( reference/adts.md )
23
- - [ Enum Translation] ( reference/desugarEnums.md )
24
- - [ By-Name Implicits] ( reference/implicit-by-name-parameters.md )
25
- * Usage
26
- - [ Migrating from Scala 2] ( usage/migrating.md ) : migration information
27
- - [ Dotty projects with sbt] ( usage/sbt-projects.md ) : using sbt
28
- - [ IDE support for Dotty] ( usage/ide-support.md )
29
- - [ Dotty projects with cbt] ( usage/cbt-projects.md ) : using cbt
30
- * Contributing
31
- - [ Getting Started] ( contributing/getting-started.md ) : details on how to run tests, use the cli scripts
32
- - [ Workflow] ( contributing/workflow.md ) : common dev patterns and hints
33
- - [ Eclipse] ( contributing/eclipse.md ) : setting up dev environment
34
- - [ Intellij-IDEA] ( contributing/intellij-idea.md ) : setting up dev environment
35
- - [ Working with the Backend] ( contributing/backend.md ) : working with the scala backend
36
- * Internals document the compiler internals
37
- - [ Syntax Summary] ( internals/syntax.md ) : brief analysis of the syntax
38
- - [ Project Structure] ( internals/overall-structure.md ) : of the project
39
- - [ Backend] ( internals/backend.md ) : details on the bytecode backend
40
- - [ Contexts] ( internals/contexts.md ) : details the use of ` Context ` in the compiler
41
- - [ Dotty vs Scala 2] ( internals/dotc-scalac.md ) : explaining the differences between Scalac and Dotty
42
- - [ Higher Kinded Type Scheme] ( internals/higher-kinded-v2.md ) : scheme
43
- - [ Periods] ( internals/periods.md ) : details on the concepts of runs, phases and periods
44
- - [ Type System] ( internals/type-system.md ) : details on the type system of Dotty
45
- * Resources
46
- - [ Talks] ( resources/talks.md ) : presentations of the various aspects of Dotty
47
-
0 commit comments