.tppconfig.example
MANIFEST.in
README.md
pyproject.toml
docs/BRIEF.md
docs/LANGUAGE_SPEC.md
docs/MIGRATION.md
docs/STDLIB.md
docs/devops.md
docs/language-guide.md
docs/plugin-guide.md
docs/web-ide.md
docs/decisions/0001-brief-adoption.md
examples/foundations_demo.tpp
examples/gui.tpp
examples/hello.tpp
examples/math.tpp
examples/plugin_demo.tpp
examples/sample_plugin.json
examples/basics/temperature_converter.tpp
examples/basics/todo_list.tpp
examples/intermediate/word_frequency.tpp
examples/plugins/ast_transform.json
examples/plugins/keyword_synonym.json
examples/plugins/stdlib_extension.json
tests/regression.tpp
tests/test_cli_integration.py
tests/test_cli_tooling.py
tests/test_diagnostics.py
tests/test_embedding_api.py
tests/test_lsp.py
tests/test_modules_core.py
tests/test_plugins_formalized.py
tests/test_repl.py
tests/test_stdlib_expanded.py
tests/test_surface_syntax.py
tests/test_types_core.py
tests/perf/benchmarks.py
tpp/__init__.py
tpp/__main__.py
tpp/api/__init__.py
tpp/api/json_api.py
tpp/api/server.py
tpp/api/webide/__init__.py
tpp/api/webide/index.html
tpp/cli/__init__.py
tpp/cli/main.py
tpp/cli/repl.py
tpp/core/__init__.py
tpp/core/ast_nodes.py
tpp/core/constants.py
tpp/core/errors.py
tpp/core/modules.py
tpp/core/types.py
tpp/core/utils.py
tpp/gui/__init__.py
tpp/gui/framework.py
tpp/lsp/__init__.py
tpp/lsp/handlers.py
tpp/lsp/protocol.py
tpp/lsp/server.py
tpp/parser/__init__.py
tpp/parser/lexer.py
tpp/parser/optimizer.py
tpp/parser/parser.py
tpp/parser/semantic.py
tpp/parser/synonyms.py
tpp/plugins/__init__.py
tpp/plugins/manager.py
tpp/runtime/__init__.py
tpp/runtime/engine.py
tpp/runtime/environment.py
tpp/runtime/evaluator.py
tpp/runtime/interop.py
tpp/runtime/profiler.py
tpp/stdlib/__init__.py
tpp/stdlib/native.py
tpp/tools/__init__.py
tpp/tools/docgen.py
tpp/tools/formatter.py
tpp_language.egg-info/PKG-INFO
tpp_language.egg-info/SOURCES.txt
tpp_language.egg-info/dependency_links.txt
tpp_language.egg-info/entry_points.txt
tpp_language.egg-info/requires.txt
tpp_language.egg-info/top_level.txt