Escape keyword strings in ast.Ref#String
Previously refs like p["not"] would be represented as p.not which does not parse because 'not' is an invalid variable name. This change ensures that ref string operands are escape if they are keywords.
T
Torin Sandall committed
2ee8f625f463597cb3270c2accf65cc964240560
Parent: 31950fd