corinnekrych / KissingTurtles

"Kissing Turtles", a Mobile Game to learn programming for kids using Groovy DSL to move the turtle. When starting a new game, little Franklin is lost in the maze, help him find his true love. We can replace true love by a salad leaf ;-)
2 stars 1 forks source link

Code DSL language #4

Open corinnekrych opened 11 years ago

corinnekrych commented 11 years ago

Use all the Groovy tricks to create a language that feel like natural language.

Note that to start with, we'll work we provide support for English only. Could be tricky to do internationalisation (maybe CST transform)

Similar to:

https://github.com/corinnekrych/dsl/blob/master/src/groovy/dsl/DslScriptBaseScript.groovy