l0n0lc 0.9.2__py3-none-any.whl → 0.9.3__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.
- l0n0lc/jit.py +2 -2
- {l0n0lc-0.9.2.dist-info → l0n0lc-0.9.3.dist-info}/METADATA +1 -1
- {l0n0lc-0.9.2.dist-info → l0n0lc-0.9.3.dist-info}/RECORD +6 -6
- {l0n0lc-0.9.2.dist-info → l0n0lc-0.9.3.dist-info}/WHEEL +0 -0
- {l0n0lc-0.9.2.dist-info → l0n0lc-0.9.3.dist-info}/licenses/LICENSE +0 -0
- {l0n0lc-0.9.2.dist-info → l0n0lc-0.9.3.dist-info}/top_level.txt +0 -0
l0n0lc/jit.py
CHANGED
@@ -559,10 +559,10 @@ class py2cpp编译器(ast.NodeVisitor):
|
|
559
559
|
值 = self.获取值(node.value)
|
560
560
|
目标类型 = self.获取值(node.annotation)
|
561
561
|
if 目标类型 is None:
|
562
|
-
self.抛出代码异常(f'
|
562
|
+
self.抛出代码异常(f'不支持的类型:{node.annotation}', node)
|
563
563
|
c类型 = py类型转c类型(目标类型)
|
564
564
|
if c类型 is None:
|
565
|
-
self.抛出代码异常(f'
|
565
|
+
self.抛出代码异常(f'不支持的类型:{目标类型}', node)
|
566
566
|
self._赋值(node.target, 值, node, str(c类型))
|
567
567
|
|
568
568
|
def 获取定义(self):
|
@@ -2,11 +2,11 @@ l0n0lc/StdList.py,sha256=0NTIpaRrNHaCiLrRbEVob21pZHa8S8rfaBRALPT-tD0,889
|
|
2
2
|
l0n0lc/StdMap.py,sha256=997LCvP0ewNciabbmGHVL2eUgMakHBsR3c5HQmOwC_E,666
|
3
3
|
l0n0lc/__init__.py,sha256=fUC6TMeN_fEL7HDazrBEdoWOQkXi5uSGZb7LZj6juog,137
|
4
4
|
l0n0lc/c基础处理.py,sha256=GrCPZpLsyfQD8XZQhOCb5y8v9NCZ6bU4C_xfJGx-pvQ,5723
|
5
|
-
l0n0lc/jit.py,sha256=
|
5
|
+
l0n0lc/jit.py,sha256=78OtYwz5GHdeVAU_m6MRyKG53ElE9TTeuQ9ZyuRb_QU,25771
|
6
6
|
l0n0lc/编译.py,sha256=Ty4gPDHAB1jn8LgnE4w3R06bOAEeYr8iwqahYf6QeHI,2154
|
7
7
|
l0n0lc/通用.py,sha256=RkqP9cMhKhl2h4YxOpAWFFftIPXLZTYMyOOD1PuB59M,4630
|
8
|
-
l0n0lc-0.9.
|
9
|
-
l0n0lc-0.9.
|
10
|
-
l0n0lc-0.9.
|
11
|
-
l0n0lc-0.9.
|
12
|
-
l0n0lc-0.9.
|
8
|
+
l0n0lc-0.9.3.dist-info/licenses/LICENSE,sha256=1L-MAjulZ3kpbYwsJtlXpDVITRxykna2Ecg_521YfkA,1093
|
9
|
+
l0n0lc-0.9.3.dist-info/METADATA,sha256=BAPktGzCmMJ2imiv9HPMe71udjcNYyzP9nFugzygXUc,10130
|
10
|
+
l0n0lc-0.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
11
|
+
l0n0lc-0.9.3.dist-info/top_level.txt,sha256=Q21D_eEY_-xgRUPwATGp9YDKSBO4w_7MI2MYxQI1aT4,7
|
12
|
+
l0n0lc-0.9.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|