Skip to content

Commit c5914f9

Browse files
author
mdodsworth
committed
adding stupid dsl example
1 parent 1916198 commit c5914f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

internal-dsl.scala

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
object galaxy {}
2+
object far {}
3+
object In {
4+
def a(connector:Any) = this
5+
def far(connector:Any) = this
6+
def away = println("may the force be with you")
7+
}
8+
9+
In a galaxy far far away

0 commit comments

Comments
 (0)