class YPS::Value

Value is a wrapper class for a parsed object and serves two main functions:

  1. As a placeholder and accessor for the position information of the wrapped object (via the #position method).

  2. Forwarding received method calls to the wrapped object.