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.
Files changed (37) hide show
  1. {prefscript-2.0.2/src/prefscript.egg-info → prefscript-2.0.5}/PKG-INFO +2 -2
  2. {prefscript-2.0.2 → prefscript-2.0.5}/README.md +1 -1
  3. {prefscript-2.0.2 → prefscript-2.0.5}/pyproject.toml +1 -1
  4. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/prefscript.py +2 -3
  5. {prefscript-2.0.2 → prefscript-2.0.5/src/prefscript.egg-info}/PKG-INFO +2 -2
  6. {prefscript-2.0.2 → prefscript-2.0.5}/LICENSE +0 -0
  7. {prefscript-2.0.2 → prefscript-2.0.5}/setup.cfg +0 -0
  8. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/__init__.py +0 -0
  9. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/ascii7io.py +0 -0
  10. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/basicfun.py +0 -0
  11. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/__init__.py +0 -0
  12. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/cp_ex.py +0 -0
  13. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/cp_ex_alt.py +0 -0
  14. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/__init__.py +0 -0
  15. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/cantorpairs_src.py +0 -0
  16. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/cantorpairs/src/cantorpairs/ensure.py +0 -0
  17. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/codegen.py +0 -0
  18. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/00.prfs +0 -0
  19. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/01_k_0.prfs +0 -0
  20. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/02_k_2.prfs +0 -0
  21. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/03_sq.prfs +0 -0
  22. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/03_sq_standalone.prfs +0 -0
  23. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/04_eq.prfs +0 -0
  24. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/05_hw.prfs +0 -0
  25. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/examples/06_add_rec.prfs +0 -0
  26. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/fundata.py +0 -0
  27. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/gnums.py +0 -0
  28. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/parser.py +0 -0
  29. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/praprepro.py +0 -0
  30. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/pytokr/src/pytokr/__init__.py +0 -0
  31. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/script.py +0 -0
  32. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript/stdprfs/std.prfs +0 -0
  33. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/SOURCES.txt +0 -0
  34. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/dependency_links.txt +0 -0
  35. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/entry_points.txt +0 -0
  36. {prefscript-2.0.2 → prefscript-2.0.5}/src/prefscript.egg-info/requires.txt +0 -0
  37. {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.2
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.2, late Fructidor 2026. Previous version 1.2
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.2, late Fructidor 2026. Previous version 1.2
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "prefscript"
7
- version = "2.0.2"
7
+ version = "2.0.5"
8
8
  authors = [
9
9
  { name = "José Luis Balcázar", email = "jose.luis.balcazar@upc.edu" }
10
10
  ]
@@ -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.2"
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.2
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.2, late Fructidor 2026. Previous version 1.2
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