cybertec-postgresql / poc-plpgsql-analyzer

Proof of concept for tooling to migrate PL/SQL code to PL/pgSQL written in Rust
MIT License
7 stars 0 forks source link

AST: Type `ArgumentList` and `Argument` nodes #112

Closed KieranKaelin closed 1 year ago

KieranKaelin commented 1 year ago

To allow more flexibility when transpiling function invocations, the ArgumentList and Argument nodes should be typed.

Goal

Type the ArgumentList and Argument nodes, providing an arguments method.

How to demo

Corresponding tests showcasing the retrieval of the arguments of a function invocation.