go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Support f-string #231

Open skyleaworlder opened 7 months ago

skyleaworlder commented 7 months ago

I failed to parse a file that includes "f-string" (string interpolation).

Could you please implement this feature?