2018-12-19 14:09:39 +08:00

19 lines
427 B
Plaintext

$variable->property
$foo->bar->baz
----------------------------------------------------
[
["variable", "$variable"],
["operator", "-"], ["operator", ">"],
["property", "property"],
["variable", "$foo"],
["operator", "-"], ["operator", ">"],
["property", "bar"],
["operator", "-"], ["operator", ">"],
["property", "baz"]
]
----------------------------------------------------
Checks for properties.