Skip to content

Commit

Permalink
feat: implement occurence across maps and arrays (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Nov 9, 2023
1 parent 535fefa commit 0f63307
Show file tree
Hide file tree
Showing 22 changed files with 2,420 additions and 906 deletions.
15 changes: 15 additions & 0 deletions examples/optional_groups.cddl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
a = {
foo: text,
? (
bar: text
)
}

b = {
foo: text,
? bar
}

bar = (
bar: text
)

0 comments on commit 0f63307

Please sign in to comment.