This commit is contained in:
JOLIMAITRE Matthieu 2024-03-24 05:16:08 +01:00
commit 458f217c30
8 changed files with 213 additions and 0 deletions

17
example/demo Normal file
View 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 } ]