design: Add Any type to PDL language document

This commit is contained in:
Sasha Koshka 2025-09-07 23:46:22 -04:00
parent 5b1448be3e
commit 45dfdb255e

View File

@ -30,6 +30,7 @@ PDL allows defining a protocol using HOPP and TAPE.
| []\<TYPE\> | OTA | * | Array of any type[^1]
| Table | KTV | * | Table with undefined schema
| {...} | KTV | * | Table with defined schema
| Any | * | * | Value of an undefined type
[^1]: Excluding SI and SBA. I5 and U5 cannot be used in an array, but String and
Buffer are simply forced to use their "long" variant.