Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlurton authored Jul 29, 2020
1 parent 232da33 commit f1e6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ structures required by PartiQL. PIG generates Kotlin classes to represent data
- Three different implementations of the [visitor pattern](https://en.wikipedia.org/wiki/Visitor_pattern):
- Plain visitors, which can be used to perform simple semantic checks.
- Folding visitors, which can be used to extract data from a tree.
- (TODO) Rewriting visitors for simple transformations of trees.
- Rewriting visitors for simple transformations of trees.
- Components to transform between the generated classes and Ion s-expressions and to check the structure of the
structure of the s-expression representation.

Expand Down

0 comments on commit f1e6b00

Please sign in to comment.