DecisionToolkit / dsntk-rs

Decision Toolkit written in Rust
Apache License 2.0
15 stars 0 forks source link

Number scientific notation #14

Closed dsntk closed 6 months ago

dsntk commented 6 months ago

Implement the following grammar rule:

35. numeric literal = [ "-" ] , ( digits , [ ".", digits ] | "." , digits, [ ( "e" | "E" ) , [ "+" | "-" ] , digits ] ) ;

that introduces support for scientific notation for FEEL numbers.

dsntk commented 6 months ago

Implemented in version 0.0.4