untagged enums

This commit is contained in:
Robin Appelman 2023-12-18 18:06:19 +01:00
commit 08e7d35905
5 changed files with 99 additions and 9 deletions

View file

@ -2,4 +2,7 @@
fixed_array "[1 2 3]"
flex_array "[1.0 2.2]"
tuple "[1 57]"
single 1.2
triple "[1.2 1.3 1.4]"
single_int 2
}