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

Parser: Support decimal numbers #99

Closed KieranKaelin closed 2 months ago

KieranKaelin commented 1 year ago

As of now, only integer literals are supported.

Goal

Expand the parser to be able to fully parse decimal numbers.

How to demo

Corresponding tests showcasing various decimal numbers being parsed.

if-loop69420 commented 2 months ago

Working on this in https://github.com/cybertec-postgresql/poc-plpgsql-analyzer/tree/support_decimals