mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
195 B
195 B
0.4.7+3
The initial version. Hello, world!
0.4.8
- Optimize performance
- Add keyword call, i.e., `print(1, 2, sep=', ', end='\n')
- Support hex integer literal
0xFFFF
- Fix some bugs