xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Numeric Literal Separator #61

Closed thekid closed 5 years ago

thekid commented 5 years ago
$threshold = 1_000_000_000;  // a billion!
$testValue = ‪107_925_284.88; // scale is hundreds of millions
$discount = 135_00;          // $135, stored as Cents

See https://wiki.php.net/rfc/numeric_literal_separator

thekid commented 5 years ago

Tests are now green - see https://travis-ci.org/xp-framework/compiler/builds/545891219