MANIFEST.in
README.md
setup.py
docs/QUICKSTART.md
docs/REFERENCE.md
docs/STDLIB_REFERENCE.md
docs/TERMUX.md
docs/WEB_MODULE.md
techscript_lang.egg-info/PKG-INFO
techscript_lang.egg-info/SOURCES.txt
techscript_lang.egg-info/dependency_links.txt
techscript_lang.egg-info/entry_points.txt
techscript_lang.egg-info/top_level.txt
techscript_wrapper/__init__.py
techscript_wrapper/__main__.py
techscript_wrapper/examples/07_performance_test.txs
techscript_wrapper/examples/08_math_module.txs
techscript_wrapper/examples/09_string_ops.txs
techscript_wrapper/examples/10_json_module.txs
techscript_wrapper/examples/11_crypto_module.txs
techscript_wrapper/examples/12_date_module.txs
techscript_wrapper/examples/13_fs_module.txs
techscript_wrapper/examples/14_os_module.txs
techscript_wrapper/examples/15_random_module.txs
techscript_wrapper/examples/16_control_flow_fix.txs
techscript_wrapper/examples/17_inline_eval.txs
techscript_wrapper/examples/animation_studio.txs
techscript_wrapper/examples/calc.txs
techscript_wrapper/examples/calculator.txs
techscript_wrapper/examples/classes.txs
techscript_wrapper/examples/fibonacci.txs
techscript_wrapper/examples/fizzbuzz.txs
techscript_wrapper/examples/guessing_game.txs
techscript_wrapper/examples/hello.txs
techscript_wrapper/examples/web_app.txs
techscript_wrapper/examples/web_app_simple.txs
techscript_wrapper/examples/web_complete.txs
techscript_wrapper/techscript/__init__.py
techscript_wrapper/techscript/__main__.py
techscript_wrapper/techscript/ast_nodes.py
techscript_wrapper/techscript/builtins.py
techscript_wrapper/techscript/cli.py
techscript_wrapper/techscript/environment.py
techscript_wrapper/techscript/errors.py
techscript_wrapper/techscript/interpreter.py
techscript_wrapper/techscript/lexer.py
techscript_wrapper/techscript/parser.py
techscript_wrapper/techscript/repl.py
techscript_wrapper/techscript/tokens.py
techscript_wrapper/techscript/transpiler.py
techscript_wrapper/techscript/web.py