Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Data ColumnSortOrder (Related to #21) #22

Open
maroon-scorch opened this issue Feb 8, 2021 · 0 comments
Open

Implement Data ColumnSortOrder (Related to #21) #22

maroon-scorch opened this issue Feb 8, 2021 · 0 comments

Comments

@maroon-scorch
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant