easycoder 260403.2__tar.gz → 260405.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {easycoder-260403.2 → easycoder-260405.1}/PKG-INFO +1 -1
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/__init__.py +1 -1
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_core.py +16 -10
- {easycoder-260403.2 → easycoder-260405.1}/.github/copilot-instructions.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.github/workflows/conformance-report.yml +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.gitignore +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/EXTENSION_GUIDE.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/PYTHON_SETUP.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/language-configuration.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/package.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/snippets/easycoder.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/syntaxes/easycoder.tmLanguage.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/launch.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/.vscode/settings.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/ARCHITECTURE.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/EASYCODER_AND_WEBSON.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/EXAMPLES.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/PROJECT_OVERVIEW.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/WORKING_RULES.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/articles/Arrays and Modules.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/examples/primes/primes.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/examples/primes/primes.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/examples/wordlist/wordlist.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/examples/wordlist/wordlist.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/CONTRIBUTING.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/DEVELOPER_RESOURCES.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/GRAPHICS_PHASE1.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/PHASE1_COMPLETION_SUMMARY.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/PHASE_1_3_COMPLETION_REPORT.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/PHASE_4_COMPLETION_REPORT.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/PLUGIN_PATTERNS.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/PROJECT_COMPLETION_SUMMARY.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/START_HERE.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/AI/log/SYNTAX_REFACTORING.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/LICENSE +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/RELEASE_NOTES.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/backdrop.jpg +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/basic.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/actuals-python-cli.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/ec_py_runner.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/parity-report-template.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/parity-report.generated.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/parity-report.initial.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/plugin-interface-matrix.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/run_conformance.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/runner-contract.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0001-basic-assignment.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0001-basic-assignment.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0002-arithmetic-chain.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0002-arithmetic-chain.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0003-condition-branch.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0003-condition-branch.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0004-while-sum.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0004-while-sum.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0005-array-index-access.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0005-array-index-access.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0006-and-or-conditions.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0006-and-or-conditions.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0007-includes-membership.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0007-includes-membership.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/conformance/tests/index.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/RESERVED_STEMS.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/boolean.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/empty.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/ends.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/even.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/exists.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/greater.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/hasProperty.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/includes.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/is.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/less.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/list.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/none.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/not.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/numeric.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/object.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/odd.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/starts.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/conditions/string.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/add.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/append.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/assert.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/begin.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/clear.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/close.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/create.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/debug.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/decrement.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/delete.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/divide.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/download.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/exit.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/file.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/fork.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/get.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/go.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/gosub.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/if.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/import.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/increment.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/index.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/init.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/input.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/load.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/lock.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/log.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/module.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/multiply.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/negate.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/on.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/open.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/pass.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/pop.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/post.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/print.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/push.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/put.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/read.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/release.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/replace.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/return.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/run.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/save.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/script.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/send.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/set.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/shuffle.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/split.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/stack.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/stop.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/system.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/take.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/toggle.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/trim.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/truncate.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/unlock.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/use.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/variable.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/wait.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/while.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/keywords/write.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/arg.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/args.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/cat.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/cos.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/datime.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/decode.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/element.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/elements.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/empty.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/encode.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/error.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/files.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/float.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/from.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/hash.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/index.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/integer.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/json.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/keys.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/left.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/length.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/lowercase.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/memory.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/modification.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/modulo.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/newline.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/now.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/operations.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/position.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/property.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/random.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/right.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/sin.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/stringify.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/tab.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/tan.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/timestamp.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/today.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/trim.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/type.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/uppercase.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/value.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/core/values/weekday.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/PATTERNS.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/add.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/attach.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/center.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/checkbox.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/clear.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/close.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/combobox.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/create.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/dialog.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/disable.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/enable.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/group.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/hide.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/label.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/layout.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/lineinput.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/listbox.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/messagebox.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/move.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/multiline.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/on.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/pushbutton.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/remove.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/select.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/set.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/keywords/window.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/values/attribute.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/doc/graphics/values/window.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/__init__.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/ec_dbg_value_display copy.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/ec_dbg_value_display.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/ec_dbg_watch_list copy.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/ec_dbg_watchlist.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/debugger/ec_debug.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_border.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_classes.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_compiler.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_condition.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_email.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_gclasses.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_graphics.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_handler.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_keyboard.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_mqtt.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_program.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_psutil.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_server.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_timestamp.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/ec_value.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/close.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/exit.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/run.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/step.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/stop.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/icons/tick.png +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/mqtt_listener.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder/mqtt_publisher.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/easycoder.tmLanguage.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/flash.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/images/Semoigo Dawn.jpg +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/json/graphics-demo.json +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/mailtest.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/mqtt_listen.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/mqtt_publish.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/mqtt_test.html +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/plugins/ec_p100.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/plugins/ec_points.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/plugins/ec_sql.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/pyproject.toml +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/spec/README.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/spec/easycoder-language-contract.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/spec/easycoder-plugin-contract.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/spec/easycoder-versioning-policy.md +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/benchmark.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/child.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/ec_mqtt.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/editor_server.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/fizzbuzz.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/hello.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/mqtt.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/mqtt_listener.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/mqtt_publisher.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/parent.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/points.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/rbr_ui.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/rbrconf.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/rbrwidgets.py +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/server.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/server_test.html +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/server_test.sh +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/test.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/testg.ecs +0 -0
- {easycoder-260403.2 → easycoder-260405.1}/tests/tests.ecs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 260405.1
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import json, math, hashlib, threading, os, subprocess, time
|
|
1
|
+
import json, math, hashlib, threading, os, shutil, subprocess, time
|
|
2
2
|
import base64, binascii, random, requests, paramiko, uuid
|
|
3
3
|
from copy import deepcopy
|
|
4
4
|
from datetime import datetime
|
|
@@ -407,14 +407,15 @@ class Core(Handler):
|
|
|
407
407
|
def r_decrement(self, command):
|
|
408
408
|
return self.incdec(command, '-')
|
|
409
409
|
|
|
410
|
-
# Delete a file or a property
|
|
411
|
-
# delete file {
|
|
410
|
+
# Delete a file, directory, or a property
|
|
411
|
+
# delete file {path}
|
|
412
|
+
# delete directory {path}
|
|
412
413
|
# delete entry/item/property/element {name/number} of {variable}
|
|
413
414
|
def k_delete(self, command):
|
|
414
415
|
token = self.nextToken( )
|
|
415
416
|
command['type'] = token
|
|
416
|
-
if token
|
|
417
|
-
command['
|
|
417
|
+
if token in ('file', 'directory'):
|
|
418
|
+
command['path'] = self.nextValue()
|
|
418
419
|
self.add(command)
|
|
419
420
|
return True
|
|
420
421
|
elif token in ('entry', 'item', 'property', 'element'):
|
|
@@ -431,16 +432,21 @@ class Core(Handler):
|
|
|
431
432
|
return True
|
|
432
433
|
self.warning(f'Core.delete: variable expected; got {self.getToken()}')
|
|
433
434
|
else:
|
|
434
|
-
self.warning(f'Core.delete: "file", "entry", "item", "property" or "element" expected; got {token}')
|
|
435
|
+
self.warning(f'Core.delete: "file", "directory", "entry", "item", "property" or "element" expected; got {token}')
|
|
435
436
|
return False
|
|
436
437
|
|
|
437
438
|
def r_delete(self, command):
|
|
438
439
|
type = command['type']
|
|
439
440
|
if type == 'file':
|
|
440
|
-
|
|
441
|
-
if
|
|
442
|
-
|
|
443
|
-
if os.path.isfile(
|
|
441
|
+
path = self.textify(command['path'])
|
|
442
|
+
if path != None:
|
|
443
|
+
local_path = self.resolveLocalPath(path)
|
|
444
|
+
if os.path.isfile(local_path): os.remove(local_path)
|
|
445
|
+
elif type == 'directory':
|
|
446
|
+
path = self.textify(command['path'])
|
|
447
|
+
if path != None:
|
|
448
|
+
local_path = self.resolveLocalPath(path)
|
|
449
|
+
if os.path.isdir(local_path): shutil.rmtree(local_path)
|
|
444
450
|
elif type == 'entry':
|
|
445
451
|
key = self.textify(command['key'])
|
|
446
452
|
record = self.getVariable(command['variable'])
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easycoder-260403.2 → easycoder-260405.1}/.vscode/easycoder/syntaxes/easycoder.tmLanguage.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easycoder-260403.2 → easycoder-260405.1}/conformance/tests/EC-0007-includes-membership.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|