Skip to content

Commit

Permalink
Whistle mapping project with a minimal demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahimEssaid committed Mar 14, 2024
1 parent 2298cc6 commit 60c17ef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions whistle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/cli*
7 changes: 7 additions & 0 deletions whistle/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Download and unpack one of the tool packages [from here](https://drive.google.com/drive/folders/1haPX556rR4v13M1Zf525YB62IVC8IxWI) into the `whistle` folder


In the `whistle` folder run:
```
cli-dev-SNAPSHOT/bin/cli -i input/in.json -m mapping/main-1.wstl
```
Empty file added whistle/input/in.json
Empty file.
5 changes: 5 additions & 0 deletions whistle/mapping/demo/demo-1.wstl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package demo

def demo_1() {
demo_1: "Demo one"
}
3 changes: 3 additions & 0 deletions whistle/mapping/main-1.wstl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import "./demo/demo-1.wstl"

demo::demo_1()

0 comments on commit 60c17ef

Please sign in to comment.