Skip to content
Snippets Groups Projects
Commit 84a4888b authored by Christian Wulf's avatar Christian Wulf
Browse files

Update README.md

parent f6fac4ed
No related branches found
No related tags found
No related merge requests found
# DSL-based Definition and Visualization of TeeTime Configurations
This project contains
- the plugin for TeeTime's Configuration DSL and
- the plugin for an associated visualization.
## How to use:
Import all projects into eclipse, right-click on teetime.configuration.dsl/plugin.xml
......@@ -5,7 +11,8 @@ and then Run as -> Eclipse Application.
In the new eclipse instance, create a new project, than a new file with .config ending and you are ready to go.
example:
Example DSL instance:
```
de.dsl.evaluation EvalConfiguration(File input, File output, String password){
//imports
import java.io.File
......@@ -28,3 +35,4 @@ de.dsl.evaluation EvalConfiguration(File input, File output, String password){
f2b->init
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment