mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
90c0008e12
Python f-strings can contain embedded expressions: ``` python def x(): return 5 f"hello there {x()} people" ``` The precise tagging definitions now traverse into f-strings, and any interpolations that they contain, so that we can generate tags for any function calls that appear in them. |
||
---|---|---|
.. | ||
bench | ||
src | ||
test | ||
test-graphing | ||
LICENSE | ||
README.md | ||
semantic-python.cabal | ||
Setup.hs |
Semantic support for Python
This package implements semantic
support for Python using the semantic-core
intermediate language.