we-like-parsers / cpython

Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1 stars 0 forks source link

Emit FSTRING_MIDDLE for literal after last expression and before quotes #211

Closed lysnikolaou closed 1 year ago

lysnikolaou commented 1 year ago

Another PR that implements emitting an FSTRING_MIDDLE before the final FSTRING which includes only the quotes, which is the specification proposed in PEP701.

cc @isidentical @pablogsal We can decide which one to use in the discussion opened in #210.

pablogsal commented 1 year ago

@lysnikolaou can you redirect this PR against my fork?

pablogsal commented 1 year ago

redirect -> remake

lysnikolaou commented 1 year ago

done, closing this.