simple-type
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
simple-type =
"array" | "callable" | "iterable" | "bool" | "int" | "float"
| "string" | "object" | "mixed" | "never" | "void" | "null"
| "false" | "true" | "self" | "parent" | "static" | name ;