mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 04:50:17 +00:00
253 B
253 B
0.4.7+3
The initial version. Hello, world!
0.4.8+1
- Add keyword call, i.e.,
print(1, 2, sep=', ', end='\n')
- Support hex integer literal
0xFFFF
- Fix some bugs
- Add
list.pop
andreversed
builtin function - Optimize
dict
performance