Skip to content

Implement Data ColumnSortOrder (Related to #21) #22

@maroon-scorch

Description

@maroon-scorch

In the PyretParser.ts, the following comment was left for the data ColumnSortOrder, which ties to the data ColumnSort for Table Orders in Block Pyret.

  /**
   * Not sure what to do with this for now...
   * data ColumnSortOrder:
  | ASCENDING with:
    method tosource(self):
      PP.str("ascending")
    end
  | DESCENDING with:
    method tosource(self):
      PP.str("descending")
    end
sharing:
  method visit(self, visitor):
    self._match(visitor, lam(): raise("No visitor field for " + torepr(self)) end)
  end
end

We have endeavored to implement a ColumnSortOrder, but we lacked knowledge on many of the behind the scene program parsing besides PyretParser.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions