You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
We have endeavored to implement a ColumnSortOrder, but we lacked knowledge on many of the behind the scene program parsing besides PyretParser.ts
The text was updated successfully, but these errors were encountered: