l0n0lc 0.7.3__tar.gz → 0.7.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.
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/PKG-INFO +2 -2
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc/jit.py +1 -2
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc.egg-info/PKG-INFO +2 -2
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/pyproject.toml +2 -2
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/LICENSE +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/README.md +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc/StdList.py +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc/StdMap.py +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc/__init__.py +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc/c/345/237/272/347/241/200/345/244/204/347/220/206.py" +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc//347/274/226/350/257/221.py" +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc//351/200/232/347/224/250.py" +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc.egg-info/SOURCES.txt +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc.egg-info/dependency_links.txt +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/l0n0lc.egg-info/top_level.txt +0 -0
- {l0n0lc-0.7.3 → l0n0lc-0.7.5}/setup.cfg +0 -0
@@ -556,9 +556,8 @@ class py2cpp编译器(ast.NodeVisitor):
|
|
556
556
|
|
557
557
|
def jit(jit编译器=None, c编译器=None, 每次运行都重新编译: bool = False):
|
558
558
|
def 编译函数(fn: Callable):
|
559
|
-
|
560
559
|
# print(ast.dump(语法树, indent=' '))
|
561
|
-
c语言函数编译器 = jit编译器
|
560
|
+
c语言函数编译器 = jit编译器(fn) if jit编译器 else py2cpp编译器(fn)
|
562
561
|
库文件名 = c语言函数编译器.获取库文件名()
|
563
562
|
# 检测是否已存在
|
564
563
|
if 每次运行都重新编译 or not os.path.exists(f'{通用信息.工作文件夹地址}/{库文件名}'):
|
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
|