Skip to content

Commit

Permalink
More nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
VladUreche committed Jan 23, 2014
1 parent 4b68d18 commit 426128d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions examples/hello.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package hello

object world extends App {
println("hello dotty!")
}
12 changes: 7 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The experimental compiler for a Scala dialect based on DOT.
```
sbt compile
sbt run
sbt test
```
The tests (`sbt test`) don''t work yet.
At least half of the tests fail, we need to diagnose them.


### To use the Scala IDE:
Expand All @@ -20,7 +21,8 @@ Notes:
* There are 2 spurious version incompatibility warnings
* To run dotty in Eclipse:
* Navigate to `dotty.tools.dotc.Main`
* Run As ... > Scala Application
* then go to Run Configurations > Main$ > Classpath > Bootstrap entries:
* add the Scala library (Advanced... > Add library ... > Scala library)
* add the dotty classfiles (Add projects... > [x] dotty)
* `Run As...` > `Scala Application`
* then go to `Run Configurations` > `Main$` > `Classpath` > `Bootstrap entries`:
* add the Scala library (`Advanced...` > `Add library...` > `Scala library`)
* add the dotty classfiles (`Add projects...` > `[x] dotty`)
* then go to `Run Configurations` > `Main$` > `Arguments` and add `${project_loc}/examples/hello.scala`

0 comments on commit 426128d

Please sign in to comment.