blueloveTH
43ee77e4b0
make int
always 64-bit
2023-09-21 23:26:12 +08:00
BLUELOVETH
8b47a2001f
support complex import
2023-08-28 12:43:43 +08:00
blueloveTH
c2c1f7bf86
...
2023-08-10 01:54:31 +08:00
blueloveTH
31850d3f29
support line continuation character
2023-08-10 01:49:37 +08:00
blueloveTH
604ca77e48
fix https://github.com/blueloveTH/pocketpy/issues/121
2023-07-29 22:18:39 +08:00
BLUELOVETH
ff2d76895f
support 🥕 as identifier
2023-07-27 11:59:30 +08:00
BLUELOVETH
6ee0a169d0
...
2023-07-19 16:02:47 +08:00
BLUELOVETH
864345ccc3
...
2023-07-19 15:50:23 +08:00
blueloveTH
9732828e85
support bytes literal, e.g. b'\xff\12'
2023-07-16 23:39:04 +08:00
BLUELOVETH
d5fc2c8686
add ~
operator
2023-07-07 18:43:50 +08:00
BLUELOVETH
d4696d6931
bug workaround on MacOS
...
Number::stoi may raise std::out_of_range but it cannot be caught via catch(std::exception&). We use catch(...) for now. Note that catch(...) may catch pkpy::Exception or any others.
2023-07-03 15:02:58 +08:00
blueloveTH
656d1d7291
...
2023-07-02 03:52:44 +08:00