relocate_eq_assign_one: Relocate an assignment expression
Description
Relocates an assignment expression within a parse table containing one
assignment expression. Note that one assignment can include multiple
assignment operators such as "a = b = c".
Usage
relocate_eq_assign_one(pd)
Arguments
- pd
A parse table with one assignment expression to relocate.