prefscript 2.0.2__tar.gz → 2.0.5__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.
- {prefscript-2.0.2/src/prefscript.egg-info → prefscript-2.0.5}/PKG-INFO +2 -2
- {prefscript-2.0.2 → prefscript-2.0.5}/README.md +1 -1
- {prefscript-2.0.2 → prefscript-2.0.5}/pyproject.toml +1 -1
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/prefscript.py +2 -3
- {prefscript-2.0.2 → prefscript-2.0.5/src/prefscript.egg-info}/PKG-INFO +2 -2
- {prefscript-2.0.2 → prefscript-2.0.5}/LICENSE +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/setup.cfg +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/__init__.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/ascii7io.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/basicfun.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/__init__.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/cp_ex.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/cp_ex_alt.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/__init__.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/cantorpairs_src.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/ensure.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/codegen.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/00.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/01_k_0.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/02_k_2.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/03_sq.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/03_sq_standalone.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/04_eq.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/05_hw.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/06_add_rec.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/fundata.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/gnums.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/parser.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/praprepro.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/pytokr/src/pytokr/__init__.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/script.py +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/stdprfs/std.prfs +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/SOURCES.txt +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/dependency_links.txt +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/entry_points.txt +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/requires.txt +0 -0
- {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prefscript
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: Partial Recursive Functions for Scripting
|
|
5
5
|
Author-email: José Luis Balcázar <jose.luis.balcazar@upc.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/balqui/prefscript
|
|
@@ -27,7 +27,7 @@ A Python-based environment to explore and experiment with partial
|
|
|
27
27
|
recursive functions; naturally doubles as a (purely functional)
|
|
28
28
|
programming language, but it is not intended to be used much as such.
|
|
29
29
|
|
|
30
|
-
Current version: 2.0.
|
|
30
|
+
Current version: 2.0.5, late Fructidor 2026. Previous version 1.2
|
|
31
31
|
of mid Messidor 2026 is *incompatible*.
|
|
32
32
|
|
|
33
33
|
### Scripts
|
|
@@ -11,7 +11,7 @@ A Python-based environment to explore and experiment with partial
|
|
|
11
11
|
recursive functions; naturally doubles as a (purely functional)
|
|
12
12
|
programming language, but it is not intended to be used much as such.
|
|
13
13
|
|
|
14
|
-
Current version: 2.0.
|
|
14
|
+
Current version: 2.0.5, late Fructidor 2026. Previous version 1.2
|
|
15
15
|
of mid Messidor 2026 is *incompatible*.
|
|
16
16
|
|
|
17
17
|
### Scripts
|
|
@@ -14,7 +14,7 @@ from argparse import ArgumentParser
|
|
|
14
14
|
from pathlib import Path
|
|
15
15
|
from sys import stdin
|
|
16
16
|
|
|
17
|
-
from .pytokr.pytokr import pytokr
|
|
17
|
+
from .pytokr.src.pytokr import pytokr
|
|
18
18
|
|
|
19
19
|
from . import cantorpairs as cp
|
|
20
20
|
from .parser import prfsparser
|
|
@@ -23,7 +23,7 @@ from .script import PReFScript
|
|
|
23
23
|
from .ascii7io import int2str
|
|
24
24
|
from .praprepro import PraPrePro # pragma pre-processor
|
|
25
25
|
|
|
26
|
-
__version__ = "2.0.
|
|
26
|
+
__version__ = "2.0.5"
|
|
27
27
|
|
|
28
28
|
def main():
|
|
29
29
|
|
|
@@ -94,7 +94,6 @@ def main():
|
|
|
94
94
|
else:
|
|
95
95
|
import_folder = import_folder[0]
|
|
96
96
|
|
|
97
|
-
print(app)
|
|
98
97
|
ast = prfsparser(script_text)
|
|
99
98
|
run = True
|
|
100
99
|
if app.show_parsing:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prefscript
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: Partial Recursive Functions for Scripting
|
|
5
5
|
Author-email: José Luis Balcázar <jose.luis.balcazar@upc.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/balqui/prefscript
|
|
@@ -27,7 +27,7 @@ A Python-based environment to explore and experiment with partial
|
|
|
27
27
|
recursive functions; naturally doubles as a (purely functional)
|
|
28
28
|
programming language, but it is not intended to be used much as such.
|
|
29
29
|
|
|
30
|
-
Current version: 2.0.
|
|
30
|
+
Current version: 2.0.5, late Fructidor 2026. Previous version 1.2
|
|
31
31
|
of mid Messidor 2026 is *incompatible*.
|
|
32
32
|
|
|
33
33
|
### Scripts
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/__init__.py
RENAMED
|
File without changes
|
{prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/cantorpairs_src.py
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
|