easycoder 250221.1__py2.py3-none-any.whl → 250301.1__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of easycoder might be problematic. Click here for more details.
- easycoder/__init__.py +1 -1
- easycoder/ec_core.py +1 -0
- {easycoder-250221.1.dist-info → easycoder-250301.1.dist-info}/METADATA +1 -1
- {easycoder-250221.1.dist-info → easycoder-250301.1.dist-info}/RECORD +7 -7
- {easycoder-250221.1.dist-info → easycoder-250301.1.dist-info}/LICENSE +0 -0
- {easycoder-250221.1.dist-info → easycoder-250301.1.dist-info}/WHEEL +0 -0
- {easycoder-250221.1.dist-info → easycoder-250301.1.dist-info}/entry_points.txt +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_core.py
CHANGED
|
@@ -404,6 +404,7 @@ class Core(Handler):
|
|
|
404
404
|
command['target'] = self.getToken()
|
|
405
405
|
else:
|
|
406
406
|
FatalError(self.compiler, f'Variable "{symbolRecord["name"]}" does not hold a value')
|
|
407
|
+
else: FatalError(self.compiler, 'Variable expected after \'get\'')
|
|
407
408
|
if self.nextIs('from'):
|
|
408
409
|
command['url'] = self.nextValue()
|
|
409
410
|
command['or'] = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 250301.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,17 +1,17 @@
|
|
|
1
1
|
easycoder/README.md,sha256=BVXmYphcTJ6q6RN_9L6HtQukgCnOjSLVIsTM3lk-9aM,587
|
|
2
|
-
easycoder/__init__.py,sha256=
|
|
2
|
+
easycoder/__init__.py,sha256=vN9IW1VKcNARUfG-R72ctangaMgDnAiDcEPyfYlazJc,262
|
|
3
3
|
easycoder/ec_classes.py,sha256=xnWBNak8oKydkFoxHLlq9wo3lIsB3aMnTDrqbtCfoWo,1512
|
|
4
4
|
easycoder/ec_compiler.py,sha256=rtxFEWnhW0550MtWEDvYHOw9cYkeTcR0oG3t-kmgnBk,4795
|
|
5
5
|
easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
|
|
6
|
-
easycoder/ec_core.py,sha256=
|
|
6
|
+
easycoder/ec_core.py,sha256=UUyIB6ScZkWoMmV9Eo5cqf9JtwCGQ8ovl8tN2OgS8kY,88633
|
|
7
7
|
easycoder/ec_graphics.py,sha256=N3Iy9IRLxgvgvwPrYZ_YYwrHzQOeloTuKB6md_U82XM,14407
|
|
8
8
|
easycoder/ec_gutils.py,sha256=lSH9tV4UPUl400nir-Eb9uaE2z487eTD_7X46IUWVbc,6413
|
|
9
9
|
easycoder/ec_handler.py,sha256=IJvxcrJJSR53d6DS_8H5qPHKhp9y5-GV4WXAjhZxu_o,2250
|
|
10
10
|
easycoder/ec_program.py,sha256=BDwU7aGHiaw6WdbQvVFDhGVaHsvwQ1CWa4wb5MPmOe8,10013
|
|
11
11
|
easycoder/ec_timestamp.py,sha256=_3QFJPzIWZ9Rzk3SQOQJ-gwmvB07pg78k23SPntoZtY,288
|
|
12
12
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
13
|
-
easycoder-
|
|
14
|
-
easycoder-
|
|
15
|
-
easycoder-
|
|
16
|
-
easycoder-
|
|
17
|
-
easycoder-
|
|
13
|
+
easycoder-250301.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
14
|
+
easycoder-250301.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
15
|
+
easycoder-250301.1.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
|
|
16
|
+
easycoder-250301.1.dist-info/METADATA,sha256=GGf9fxj_8Abhgsj4xGQRglo18r8WC9f1xvwATBCoG1Y,6155
|
|
17
|
+
easycoder-250301.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|