Closed PythonNut closed 5 years ago
Python 3 has a wonderful feature called f-strings, which allows in-string interpolation. E.g.:
from baron import parse parse("f'{a}'")
These are not currently parsed by baron.
baron
Looks like #110 fixed this?
Indeed yes, I haven't clean the issues yes, thx for noticing :)
Python 3 has a wonderful feature called f-strings, which allows in-string interpolation. E.g.:
These are not currently parsed by
baron
.