pocketlang/tests/lang
Dmitry Guzeev dbdb43b8ed
Number literal parsing (#106)
* 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
2021-06-23 10:30:06 +05:30
..
import core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
basics.pk Number literal parsing (#106) 2021-06-23 10:30:06 +05:30
class.pk class implemented 2021-06-21 12:13:37 +05:30
controlflow.pk docstring for pocket functions implemented 2021-06-18 14:52:24 +05:30
core.pk CI-workflow implemented 2021-06-16 02:57:01 +05:30
fibers.pk Move fiber functions to module Fiber (#113) 2021-06-23 09:48:15 +05:30
functions.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30
import.pk class implemented 2021-06-21 12:13:37 +05:30
toc.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30