CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
release.sh
requirements-test.txt
runtests.py
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/errors.rst
docs/escaping.rst
docs/functions.rst
docs/history.rst
docs/implementations.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/security.rst
docs/usage.rst
src/fluent_compiler/__init__.py
src/fluent_compiler/ast_compat.py
src/fluent_compiler/builtins.py
src/fluent_compiler/codegen.py
src/fluent_compiler/compiler.py
src/fluent_compiler/errors.py
src/fluent_compiler/escapers.py
src/fluent_compiler/runtime.py
src/fluent_compiler/types.py
src/fluent_compiler/utils.py
src/fluent_compiler.egg-info/PKG-INFO
src/fluent_compiler.egg-info/SOURCES.txt
src/fluent_compiler.egg-info/dependency_links.txt
src/fluent_compiler.egg-info/requires.txt
src/fluent_compiler.egg-info/top_level.txt
tests/__init__.py
tests/test_bundle.py
tests/test_codegen.py
tests/test_compiler.py
tests/test_types.py
tests/test_utils.py
tests/utils.py
tests/format/__init__.py
tests/format/test_arguments.py
tests/format/test_attributes.py
tests/format/test_builtins.py
tests/format/test_escapers.py
tests/format/test_functions.py
tests/format/test_isolating.py
tests/format/test_parameterized_terms.py
tests/format/test_placeables.py
tests/format/test_primitives.py
tests/format/test_select_expression.py
tools/benchmarks/README.md
tools/benchmarks/compiler.py
tools/benchmarks/fluent_benchmark.py
tools/benchmarks/gettext_comparisons.py
tools/benchmarks/requirements.txt