CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
main.py
pyproject.toml
epl/.ai_config.json
epl/__init__.py
epl/__main__.py
epl/ai.py
epl/ast_nodes.py
epl/async_io.py
epl/block_editor.py
epl/bytecode_cache.py
epl/ci_gen.py
epl/cli.py
epl/compiler.py
epl/concurrency.py
epl/concurrency_real.py
epl/copilot.py
epl/database.py
epl/database_real.py
epl/debugger.py
epl/deploy.py
epl/desktop.py
epl/doc_linter.py
epl/environment.py
epl/errors.py
epl/ffi.py
epl/formatter.py
epl/github_tools.py
epl/gui.py
epl/hot_reload.py
epl/html_gen.py
epl/interpreter.py
epl/ios_gen.py
epl/js_transpiler.py
epl/kotlin_gen.py
epl/lexer.py
epl/lsp_server.py
epl/micropython_transpiler.py
epl/networking.py
epl/notebook.py
epl/package_index.py
epl/package_manager.py
epl/packager.py
epl/parser.py
epl/playground.py
epl/profiler.py
epl/publisher.py
epl/python_transpiler.py
epl/reference_monitor.py
epl/registry.json
epl/registry.py
epl/registry_server.py
epl/repl.py
epl/resolver.py
epl/runtime.c
epl/site_generator.py
epl/stdlib.py
epl/store_backends.py
epl/test_framework.py
epl/tokens.py
epl/type_checker.py
epl/type_system.py
epl/vm.py
epl/wasm_web.py
epl/web.py
epl/workspace.py
epl/wsgi.py
epl/official_packages/epl-db/README.md
epl/official_packages/epl-db/epl.toml
epl/official_packages/epl-db/examples/basic.epl
epl/official_packages/epl-db/src/main.epl
epl/official_packages/epl-test/README.md
epl/official_packages/epl-test/epl.toml
epl/official_packages/epl-test/examples/basic.epl
epl/official_packages/epl-test/src/main.epl
epl/official_packages/epl-web/README.md
epl/official_packages/epl-web/epl.toml
epl/official_packages/epl-web/examples/basic.epl
epl/official_packages/epl-web/src/main.epl
epl/stdlib/api.epl
epl/stdlib/auth.epl
epl/stdlib/collections.epl
epl/stdlib/crypto.epl
epl/stdlib/datetime.epl
epl/stdlib/encoding.epl
epl/stdlib/functional.epl
epl/stdlib/html.epl
epl/stdlib/http.epl
epl/stdlib/io.epl
epl/stdlib/json.epl
epl/stdlib/math.epl
epl/stdlib/net.epl
epl/stdlib/os.epl
epl/stdlib/regex.epl
epl/stdlib/registry.json
epl/stdlib/sql.epl
epl/stdlib/string.epl
epl/stdlib/template.epl
epl/stdlib/testing.epl
epl/stdlib/web.epl
epl/stdlib/websocket.epl
epl/stdlib_modules/__init__.py
epl/stdlib_modules/collections.py
epl/stdlib_modules/concurrency.py
epl/stdlib_modules/db.py
epl/stdlib_modules/math.py
epl/stdlib_modules/web.py
epl/templates/android/gradlew
epl/templates/android/gradlew.bat
epl/templates/android/gradle/wrapper/gradle-wrapper.jar
eplang.egg-info/PKG-INFO
eplang.egg-info/SOURCES.txt
eplang.egg-info/dependency_links.txt
eplang.egg-info/entry_points.txt
eplang.egg-info/requires.txt
eplang.egg-info/top_level.txt
examples/README.md
examples/advanced.epl
examples/builtins.epl
examples/calculator.epl
examples/classes.epl
examples/cli_calculator.epl
examples/compile_full.epl
examples/compile_test.epl
examples/compile_test2.epl
examples/conditions.epl
examples/constants_and_loops.epl
examples/data_pipeline.epl
examples/data_tool.epl
examples/database_app.epl
examples/english_simple.epl
examples/enums.epl
examples/error_handling.epl
examples/files.epl
examples/functions.epl
examples/guessing_game.epl
examples/hello.epl
examples/import_as_demo.epl
examples/imports.epl
examples/lambdas.epl
examples/loops.epl
examples/maps.epl
examples/math_builtins.epl
examples/math_utils.epl
examples/module_demo.epl
examples/native_stdlib_demo.epl
examples/new_features.epl
examples/portfolio.epl
examples/power_test1.epl
examples/power_test2.epl
examples/power_test3.epl
examples/regex_demo.epl
examples/showcase.epl
examples/slicing.epl
examples/stdlib_demo.epl
examples/string_advanced.epl
examples/strings.epl
examples/task_manager.epl
examples/text_analyzer.epl
examples/text_editor.epl
examples/todo.epl
examples/todo_api.epl
examples/transpile_test.epl
examples/varargs_test.epl
examples/variables.epl
examples/webapp.epl
examples/apps/blog_engine.epl
examples/apps/discord_bot.epl
examples/apps/rest_api_jwt.epl
examples/apps/spark_board.epl
examples/apps/todo_app.epl
examples/calculator/main.epl
examples/hello_web/main.epl
examples/todo_api/main.epl
examples/todo_app/README.md
examples/todo_app/main.epl