init
This commit is contained in:
commit
458f217c30
8 changed files with 213 additions and 0 deletions
17
example/demo
Normal file
17
example/demo
Normal file
|
@ -0,0 +1,17 @@
|
|||
# main targets
|
||||
3 a
|
||||
2 b
|
||||
|
||||
# definition for a
|
||||
a
|
||||
2 c
|
||||
3 b
|
||||
|
||||
# definition for b
|
||||
b
|
||||
1 c
|
||||
|
||||
# no definition for c
|
||||
|
||||
# gives :
|
||||
# to produce [ { item: "a", count: 3 }, { item: "b", count: 2 } ] get [ { item: "c", count: 17 } ]
|
Loading…
Add table
Add a link
Reference in a new issue