Skip to content

Commit

Permalink
Link to the as operator commit for an example of adding a tabular o…
Browse files Browse the repository at this point in the history
…perator
  • Loading branch information
zombiezen committed Feb 19, 2024
1 parent 2c1064a commit f6d393f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Now for compilation:
7. Add an [end-to-end test](testdata/Goldens/README.md)
to verify that your operator compiles as expected.

See the [commit that introduced the `as` operator][2c1064abf] for an example.

[2c1064abf]: https://github.com/runreveal/pql/commit/2c1064abfc725159ca9752b3c140bd78a4373865
[recursive descent parser]: https://en.wikipedia.org/wiki/Recursive_descent_parser

## How to add a new token
Expand Down

0 comments on commit f6d393f

Please sign in to comment.