• S
    Add a collector to grab the bind values off the AST · ecec50da
    Sean Griffin 提交于
    Now that the bind values are being stored on the actual AST, we need a
    way to pull them off into the array that we were previously maintaining
    separately. This requires a full walk of the AST. This is an expensive
    operation, so I've also added a visitor for delegating to more than one
    visitor in a single pass.
    ecec50da
test_composite.rb 1.4 KB