| Age | Commit message (Collapse) | Author |
|
mp_compile no longer takes an emit_opt argument, rather this setting is now
provided by the global default_emit_opt variable.
Now, when -X emit=native is passed as a command-line option, the emitter
will be set for all compiled modules (included imports), not just the
top-level script.
In the future there could be a way to also set this variable from a script.
Fixes issue #4267.
|
|
|
|
This issue was brought up by BramPeters in the forum:
https://forum.micropython.org/viewtopic.php?p=30066
|
|
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
|
The lexer constructor may now raise an exception and it needs to be caught.
|
|
|