better array string handling

This commit is contained in:
Robin Appelman 2023-12-19 18:19:41 +01:00
commit d14f22d1bc
6 changed files with 68 additions and 10 deletions

View file

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