beeware / batavia

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

Fix missing args messages #787

Closed martica closed 5 years ago

martica commented 5 years ago

Fleshes out error messages around missing and extra arguments.

PR Checklist:

martica commented 5 years ago

This is ready to review. Supporting **kwargs and the like needs some of the new opcodes that are coming in #772, so it can wait.