@@ -10,37 +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
- - [ Dotty projects with sbt] ( usage/sbt-projects.md )
27
- - [ IDE support for Dotty] ( usage/ide-support.md )
28
- - [ Dotty projects with cbt] ( usage/cbt-projects.md )
29
- * Contributing to Dotty
30
- - [ Getting Started] ( contributing/getting-started.md ) : details on how to run tests, use the cli scripts
31
- - [ Workflow] ( contributing/workflow.md ) : common dev patterns and hints
32
- - [ Eclipse] ( contributing/eclipse.md ) : setting up dev environment
33
- - [ Intellij-IDEA] ( contributing/intellij-idea.md )
34
- - [ Working with the Backend] ( contributing/backend.md )
35
- * Internals document the compiler internals
36
- - [ Syntax Summary] ( internals/syntax.md ) : brief analysis of the syntax
37
- - [ Project Structure] ( internals/overall-structure.md )
38
- - [ Backend] ( internals/backend.md )
39
- - [ Contexts] ( internals/contexts.md ) : details the use of ` Context ` in the compiler
40
- - [ Dotty vs Scala 2] ( internals/dotc-scalac.md ) : explaining the differences between Scalac and Dotty
41
- - [ Higher Kinded Type Scheme] ( internals/higher-kinded-v2.md )
42
- - [ Periods] ( internals/periods.md )
43
- - [ Type System] ( internals/type-system.md )
44
- * Resources
45
- - [ Talks] ( resources/talks.md ) : presentations of the various aspects of Dotty
46
-
0 commit comments