DecisionToolkit/dsntk-rs

Number scientific notation

Closed this issue · 1 comments

Implement the following grammar rule:

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

that introduces support for scientific notation for FEEL numbers.

Implemented in version 0.0.4