pgsql-ast-parser icon indicating copy to clipboard operation
pgsql-ast-parser copied to clipboard

fix: complete unary operator/expression support

Open markandrus opened this issue 1 year ago • 0 comments

Attempt to fix #162 by implementing the remaining unary operators.

I had to tweak the lexer to keep tests passing. Not 100% about my approach there, but it's working for old and new tests.

markandrus avatar May 20 '24 10:05 markandrus