CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/RELEASING.md
docs/design/fortls-proxy-v0.2.md
docs/editors/neovim.md
docs/editors/vscode.md
docs/pt-BR/README.md
docs/pt-BR/design/fortls-proxy-v0.2.md
docs/pt-BR/editors/neovim.md
docs/pt-BR/editors/vscode.md
examples/README.md
examples/run_all.py
examples/01_scalars/fpm.toml
examples/01_scalars/app/main.f90u
examples/02_indices/fpm.toml
examples/02_indices/app/main.f90u
examples/03_literals/fpm.toml
examples/03_literals/app/main.f90u
examples/04_modules/fpm.toml
examples/04_modules/app/main.f90u
examples/04_modules/src/kinematics.f90u
examples/05_statistics/fpm.toml
examples/05_statistics/app/main.f90u
examples/05_statistics/src/statistics.f90u
examples/06_oscillator/fpm.toml
examples/06_oscillator/app/main.f90u
examples/06_oscillator/src/oscillator.f90u
src/uf90/__init__.py
src/uf90/cli.py
src/uf90/editor.py
src/uf90/editor_setup.py
src/uf90/lsp.py
src/uf90/lsp_session.py
src/uf90/lsp_types.py
src/uf90/mapping.py
src/uf90/sync.py
src/uf90/translator.py
src/uf90.egg-info/PKG-INFO
src/uf90.egg-info/SOURCES.txt
src/uf90.egg-info/dependency_links.txt
src/uf90.egg-info/entry_points.txt
src/uf90.egg-info/requires.txt
src/uf90.egg-info/top_level.txt
tests/test_check_mode.py
tests/test_editor_config.py
tests/test_editor_setup.py
tests/test_fpm_plugin.py
tests/test_lsp_navigation.py
tests/test_lsp_session.py
tests/test_lsp_transport.py
tests/test_mapping.py
tests/test_regression_atomnumber.py
tests/test_source_map.py
tests/test_translate_file.py
tests/test_translator_basic.py
tests/test_translator_lexing.py