@@ -23,24 +23,24 @@ Contents
23
23
- [ Enum Translation] ( reference/desugarEnums.md )
24
24
- [ By-Name Implicits] ( reference/implicit-by-name-parameters.md )
25
25
* Usage
26
- - [ Dotty projects with sbt] ( usage/sbt-projects.md ) : using sbt
26
+ - [ Dotty projects with sbt] ( usage/sbt-projects.md )
27
27
- [ IDE support for Dotty] ( usage/ide-support.md )
28
- - [ Dotty projects with cbt] ( usage/cbt-projects.md ) : using cbt
29
- * Contributing
28
+ - [ Dotty projects with cbt] ( usage/cbt-projects.md )
29
+ * Contributing to Dotty
30
30
- [ Getting Started] ( contributing/getting-started.md ) : details on how to run tests, use the cli scripts
31
31
- [ Workflow] ( contributing/workflow.md ) : common dev patterns and hints
32
32
- [ Eclipse] ( contributing/eclipse.md ) : setting up dev environment
33
- - [ Intellij-IDEA] ( contributing/intellij-idea.md ) : setting up dev environment
34
- - [ Working with the Backend] ( contributing/backend.md ) : working with the scala backend
33
+ - [ Intellij-IDEA] ( contributing/intellij-idea.md )
34
+ - [ Working with the Backend] ( contributing/backend.md )
35
35
* Internals document the compiler internals
36
36
- [ Syntax Summary] ( internals/syntax.md ) : brief analysis of the syntax
37
- - [ Project Structure] ( internals/overall-structure.md ) : of the project
38
- - [ Backend] ( internals/backend.md ) : details on the bytecode backend
37
+ - [ Project Structure] ( internals/overall-structure.md )
38
+ - [ Backend] ( internals/backend.md )
39
39
- [ Contexts] ( internals/contexts.md ) : details the use of ` Context ` in the compiler
40
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 ) : scheme
42
- - [ Periods] ( internals/periods.md ) : details on the concepts of runs, phases and periods
43
- - [ Type System] ( internals/type-system.md ) : details on the type system of Dotty
41
+ - [ Higher Kinded Type Scheme] ( internals/higher-kinded-v2.md )
42
+ - [ Periods] ( internals/periods.md )
43
+ - [ Type System] ( internals/type-system.md )
44
44
* Resources
45
45
- [ Talks] ( resources/talks.md ) : presentations of the various aspects of Dotty
46
46
0 commit comments