ECE595 / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
0 stars 1 forks source link

Improve syntax errors for missing commas #23

Open RayaneCTX opened 2 years ago

RayaneCTX commented 2 years ago

Issue raised under MP's Python 3.8 support ticket: https://github.com/micropython/micropython/issues/7899. Language change described here and here (see PRs at the top).

norandomtechie commented 2 years ago

Related bug in Python 3.10 w/ patches: https://bugs.python.org/issue43822

Will involve hacking the parser and grammar files.