beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

All the format builtin tests now pass. #760

Closed lielfr closed 5 years ago

lielfr commented 5 years ago

I created a basic implementation of the format builtin. All the relevant tests pass, however the actual functionality on types that do not inherit the basic behaviour (such as number types and strings) does not exist yet.

PR Checklist: