l0n0lc 0.9.6__py3-none-any.whl → 0.9.7__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 l0n0lc might be problematic. Click here for more details.

@@ -9,6 +9,7 @@ class cpp编译器:
9
9
  self.库目录列表 = []
10
10
  self.链接库 = []
11
11
  self.编译选项 = []
12
+ self.输出编译指令 = False
12
13
 
13
14
  def 设置编译器(self, 编译器地址: str):
14
15
  self.编译器 = 编译器地址
@@ -49,6 +50,8 @@ class cpp编译器:
49
50
  编译指令.append(文件路径)
50
51
  编译指令.append('-o')
51
52
  编译指令.append(输出路径)
53
+ if self.输出编译指令:
54
+ print(编译指令)
52
55
  subprocess.run(编译指令)
53
56
 
54
57
  def 编译为动态库(self, 文件路径: Union[List[str], str], 输出路径: str):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: l0n0lc
3
- Version: 0.9.6
3
+ Version: 0.9.7
4
4
  Summary: 一个将python函数翻译为c++函数并运行的jit编译器
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Requires-Python: >=3.10
@@ -3,10 +3,10 @@ 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
5
  l0n0lc/jit.py,sha256=8buPqo2bKCcP9jFKX-mtKhlophPnKzW_U-hiskrcGzk,25949
6
- l0n0lc/编译.py,sha256=Ty4gPDHAB1jn8LgnE4w3R06bOAEeYr8iwqahYf6QeHI,2154
6
+ l0n0lc/编译.py,sha256=A9FUV95cVD7Fz7vlKhbqE9CsjpixpdqWQxq1h8e4DBw,2262
7
7
  l0n0lc/通用.py,sha256=RkqP9cMhKhl2h4YxOpAWFFftIPXLZTYMyOOD1PuB59M,4630
8
- l0n0lc-0.9.6.dist-info/licenses/LICENSE,sha256=1L-MAjulZ3kpbYwsJtlXpDVITRxykna2Ecg_521YfkA,1093
9
- l0n0lc-0.9.6.dist-info/METADATA,sha256=E_EJ0gikcEBoDpMDDCQaHvnNXSGy9lsJaORXbZEzbTM,10994
10
- l0n0lc-0.9.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- l0n0lc-0.9.6.dist-info/top_level.txt,sha256=Q21D_eEY_-xgRUPwATGp9YDKSBO4w_7MI2MYxQI1aT4,7
12
- l0n0lc-0.9.6.dist-info/RECORD,,
8
+ l0n0lc-0.9.7.dist-info/licenses/LICENSE,sha256=1L-MAjulZ3kpbYwsJtlXpDVITRxykna2Ecg_521YfkA,1093
9
+ l0n0lc-0.9.7.dist-info/METADATA,sha256=Wg5xIimdAbO32rfSeibpFFecLDPSRUhmux7RCCb_zj0,10994
10
+ l0n0lc-0.9.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ l0n0lc-0.9.7.dist-info/top_level.txt,sha256=Q21D_eEY_-xgRUPwATGp9YDKSBO4w_7MI2MYxQI1aT4,7
12
+ l0n0lc-0.9.7.dist-info/RECORD,,
File without changes