mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
![]() * Implement proper number literal parsing - Scientific notation support - Correct error handling in cases of invalid digits present in binary or hex literals (0b123, 0x013FK). * Fix style linter issues * Support +/- in number literal exponent, add tests - Add tests for scientific notation number literal parsing - Add support for +/- in scientific notation exponents |
||
---|---|---|
.. | ||
import | ||
basics.pk | ||
class.pk | ||
controlflow.pk | ||
core.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk | ||
toc.pk |