l0n0lc 0.8.3__tar.gz → 0.8.4__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.8.3 → l0n0lc-0.8.4}/PKG-INFO +22 -19
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/README.md +21 -18
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc/jit.py +2 -2
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc.egg-info/PKG-INFO +22 -19
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/pyproject.toml +1 -1
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/LICENSE +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc/StdList.py +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc/StdMap.py +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc/__init__.py +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc/c/345/237/272/347/241/200/345/244/204/347/220/206.py" +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc//347/274/226/350/257/221.py" +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc//351/200/232/347/224/250.py" +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc.egg-info/SOURCES.txt +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc.egg-info/dependency_links.txt +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/l0n0lc.egg-info/top_level.txt +0 -0
- {l0n0lc-0.8.3 → l0n0lc-0.8.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.4
|
4
4
|
Summary: 一个将python函数翻译为c++函数并运行的jit编译器
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Requires-Python: >=3.10
|
@@ -80,8 +80,9 @@ def test_add(a: int, b: int) -> int:
|
|
80
80
|
print('test_other_fn', test_other_fn(a, b))
|
81
81
|
print('test编译的函数', test编译的函数(a, b))
|
82
82
|
v = 0
|
83
|
-
vv = True
|
84
|
-
|
83
|
+
vv = True and (False or 1)
|
84
|
+
print('vv:', vv)
|
85
|
+
while (True):
|
85
86
|
py_cin(v)
|
86
87
|
if v > 100:
|
87
88
|
break
|
@@ -111,6 +112,7 @@ b 2
|
|
111
112
|
Hello World 13 3
|
112
113
|
test_other_fn 10
|
113
114
|
test编译的函数 39
|
115
|
+
vv: 1
|
114
116
|
请输入>>>输入的 1 小于等于100
|
115
117
|
请输入>>>输入的 2 小于等于100
|
116
118
|
请输入>>>输入的 100 小于等于100
|
@@ -122,22 +124,22 @@ test编译的函数 39
|
|
122
124
|
```bash
|
123
125
|
ls -al ./l0n0lcoutput
|
124
126
|
total 96
|
125
|
-
drwxr-xr-x 2 root root 4096 Sep 16 01:
|
126
|
-
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:
|
127
|
-
-rw-r--r-- 1 root root
|
128
|
-
-rw-r--r-- 1 root root 246 Sep 16 01:
|
129
|
-
-rwxr-xr-x 1 root root
|
130
|
-
-rw-r--r-- 1 root root 121 Sep 16 01:
|
131
|
-
-rw-r--r-- 1 root root 93 Sep 16 01:
|
132
|
-
-rwxr-xr-x 1 root root 15616 Sep 16 01:
|
133
|
-
-rw-r--r-- 1 root root 185 Sep 16 01:
|
134
|
-
-rw-r--r-- 1 root root 151 Sep 16 01:
|
135
|
-
-rwxr-xr-x 1 root root 15656 Sep 16 01:
|
127
|
+
drwxr-xr-x 2 root root 4096 Sep 16 01:49 .
|
128
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:41 ..
|
129
|
+
-rw-r--r-- 1 root root 1318 Sep 16 01:49 test_add_@6a812a013615c16d.cpp
|
130
|
+
-rw-r--r-- 1 root root 246 Sep 16 01:49 test_add_@6a812a013615c16d.h
|
131
|
+
-rwxr-xr-x 1 root root 29968 Sep 16 01:49 test_add_@6a812a013615c16d.so
|
132
|
+
-rw-r--r-- 1 root root 121 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.cpp
|
133
|
+
-rw-r--r-- 1 root root 93 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.h
|
134
|
+
-rwxr-xr-x 1 root root 15616 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.so
|
135
|
+
-rw-r--r-- 1 root root 185 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.cpp
|
136
|
+
-rw-r--r-- 1 root root 151 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.h
|
137
|
+
-rwxr-xr-x 1 root root 15656 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.so
|
136
138
|
|
137
139
|
```
|
138
|
-
## 5. test_add_@
|
140
|
+
## 5. test_add_@6a812a013615c16d.cpp
|
139
141
|
```c++
|
140
|
-
#include "test_add_@
|
142
|
+
#include "test_add_@6a812a013615c16d.h"
|
141
143
|
extern "C" int64_t test_add (int64_t a, int64_t b)
|
142
144
|
{
|
143
145
|
if ((a > 1))
|
@@ -176,8 +178,9 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
176
178
|
std::cout<< u8"test_other_fn" << " "<< test_other_fn(a,b) << " "<< std::endl;
|
177
179
|
std::cout<< u8"test编译的函数" << " "<< function_74657374e7bc96e8af91e79a84e587bde695b0(a,b) << " "<< std::endl;
|
178
180
|
auto v = 0;
|
179
|
-
auto vv = true;
|
180
|
-
|
181
|
+
auto vv = true&&false||1;
|
182
|
+
std::cout<< u8"vv:" << " "<< vv << " "<< std::endl;
|
183
|
+
while (true)
|
181
184
|
{
|
182
185
|
std::cout << u8"请输入>>>"; std::cin >> v;
|
183
186
|
if ((v > 100))
|
@@ -195,7 +198,7 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
195
198
|
}
|
196
199
|
|
197
200
|
```
|
198
|
-
## 6. test_add_@
|
201
|
+
## 6. test_add_@6a812a013615c16d.h
|
199
202
|
```c++
|
200
203
|
#include "test_other_fn_@75fdd928ab58a8e3.h"
|
201
204
|
#include "test编译的函数_@3bf4501e0408a243.h"
|
@@ -70,8 +70,9 @@ def test_add(a: int, b: int) -> int:
|
|
70
70
|
print('test_other_fn', test_other_fn(a, b))
|
71
71
|
print('test编译的函数', test编译的函数(a, b))
|
72
72
|
v = 0
|
73
|
-
vv = True
|
74
|
-
|
73
|
+
vv = True and (False or 1)
|
74
|
+
print('vv:', vv)
|
75
|
+
while (True):
|
75
76
|
py_cin(v)
|
76
77
|
if v > 100:
|
77
78
|
break
|
@@ -101,6 +102,7 @@ b 2
|
|
101
102
|
Hello World 13 3
|
102
103
|
test_other_fn 10
|
103
104
|
test编译的函数 39
|
105
|
+
vv: 1
|
104
106
|
请输入>>>输入的 1 小于等于100
|
105
107
|
请输入>>>输入的 2 小于等于100
|
106
108
|
请输入>>>输入的 100 小于等于100
|
@@ -112,22 +114,22 @@ test编译的函数 39
|
|
112
114
|
```bash
|
113
115
|
ls -al ./l0n0lcoutput
|
114
116
|
total 96
|
115
|
-
drwxr-xr-x 2 root root 4096 Sep 16 01:
|
116
|
-
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:
|
117
|
-
-rw-r--r-- 1 root root
|
118
|
-
-rw-r--r-- 1 root root 246 Sep 16 01:
|
119
|
-
-rwxr-xr-x 1 root root
|
120
|
-
-rw-r--r-- 1 root root 121 Sep 16 01:
|
121
|
-
-rw-r--r-- 1 root root 93 Sep 16 01:
|
122
|
-
-rwxr-xr-x 1 root root 15616 Sep 16 01:
|
123
|
-
-rw-r--r-- 1 root root 185 Sep 16 01:
|
124
|
-
-rw-r--r-- 1 root root 151 Sep 16 01:
|
125
|
-
-rwxr-xr-x 1 root root 15656 Sep 16 01:
|
117
|
+
drwxr-xr-x 2 root root 4096 Sep 16 01:49 .
|
118
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:41 ..
|
119
|
+
-rw-r--r-- 1 root root 1318 Sep 16 01:49 test_add_@6a812a013615c16d.cpp
|
120
|
+
-rw-r--r-- 1 root root 246 Sep 16 01:49 test_add_@6a812a013615c16d.h
|
121
|
+
-rwxr-xr-x 1 root root 29968 Sep 16 01:49 test_add_@6a812a013615c16d.so
|
122
|
+
-rw-r--r-- 1 root root 121 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.cpp
|
123
|
+
-rw-r--r-- 1 root root 93 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.h
|
124
|
+
-rwxr-xr-x 1 root root 15616 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.so
|
125
|
+
-rw-r--r-- 1 root root 185 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.cpp
|
126
|
+
-rw-r--r-- 1 root root 151 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.h
|
127
|
+
-rwxr-xr-x 1 root root 15656 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.so
|
126
128
|
|
127
129
|
```
|
128
|
-
## 5. test_add_@
|
130
|
+
## 5. test_add_@6a812a013615c16d.cpp
|
129
131
|
```c++
|
130
|
-
#include "test_add_@
|
132
|
+
#include "test_add_@6a812a013615c16d.h"
|
131
133
|
extern "C" int64_t test_add (int64_t a, int64_t b)
|
132
134
|
{
|
133
135
|
if ((a > 1))
|
@@ -166,8 +168,9 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
166
168
|
std::cout<< u8"test_other_fn" << " "<< test_other_fn(a,b) << " "<< std::endl;
|
167
169
|
std::cout<< u8"test编译的函数" << " "<< function_74657374e7bc96e8af91e79a84e587bde695b0(a,b) << " "<< std::endl;
|
168
170
|
auto v = 0;
|
169
|
-
auto vv = true;
|
170
|
-
|
171
|
+
auto vv = true&&false||1;
|
172
|
+
std::cout<< u8"vv:" << " "<< vv << " "<< std::endl;
|
173
|
+
while (true)
|
171
174
|
{
|
172
175
|
std::cout << u8"请输入>>>"; std::cin >> v;
|
173
176
|
if ((v > 100))
|
@@ -185,7 +188,7 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
185
188
|
}
|
186
189
|
|
187
190
|
```
|
188
|
-
## 6. test_add_@
|
191
|
+
## 6. test_add_@6a812a013615c16d.h
|
189
192
|
```c++
|
190
193
|
#include "test_other_fn_@75fdd928ab58a8e3.h"
|
191
194
|
#include "test编译的函数_@3bf4501e0408a243.h"
|
@@ -208,9 +208,9 @@ class py2cpp编译器(ast.NodeVisitor):
|
|
208
208
|
|
209
209
|
if isinstance(value, ast.BoolOp):
|
210
210
|
if isinstance(value.op, ast.And):
|
211
|
-
return '&&'.join([self.获取值(v) for v in value.values])
|
211
|
+
return '&&'.join([str(self.获取值(v)) for v in value.values])
|
212
212
|
if isinstance(value.op, ast.Or):
|
213
|
-
return '||'.join([self.获取值(v) for v in value.values])
|
213
|
+
return '||'.join([str(self.获取值(v)) for v in value.values])
|
214
214
|
|
215
215
|
if isinstance(value, ast.IfExp):
|
216
216
|
test = self.获取值(value.test)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.4
|
4
4
|
Summary: 一个将python函数翻译为c++函数并运行的jit编译器
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Requires-Python: >=3.10
|
@@ -80,8 +80,9 @@ def test_add(a: int, b: int) -> int:
|
|
80
80
|
print('test_other_fn', test_other_fn(a, b))
|
81
81
|
print('test编译的函数', test编译的函数(a, b))
|
82
82
|
v = 0
|
83
|
-
vv = True
|
84
|
-
|
83
|
+
vv = True and (False or 1)
|
84
|
+
print('vv:', vv)
|
85
|
+
while (True):
|
85
86
|
py_cin(v)
|
86
87
|
if v > 100:
|
87
88
|
break
|
@@ -111,6 +112,7 @@ b 2
|
|
111
112
|
Hello World 13 3
|
112
113
|
test_other_fn 10
|
113
114
|
test编译的函数 39
|
115
|
+
vv: 1
|
114
116
|
请输入>>>输入的 1 小于等于100
|
115
117
|
请输入>>>输入的 2 小于等于100
|
116
118
|
请输入>>>输入的 100 小于等于100
|
@@ -122,22 +124,22 @@ test编译的函数 39
|
|
122
124
|
```bash
|
123
125
|
ls -al ./l0n0lcoutput
|
124
126
|
total 96
|
125
|
-
drwxr-xr-x 2 root root 4096 Sep 16 01:
|
126
|
-
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:
|
127
|
-
-rw-r--r-- 1 root root
|
128
|
-
-rw-r--r-- 1 root root 246 Sep 16 01:
|
129
|
-
-rwxr-xr-x 1 root root
|
130
|
-
-rw-r--r-- 1 root root 121 Sep 16 01:
|
131
|
-
-rw-r--r-- 1 root root 93 Sep 16 01:
|
132
|
-
-rwxr-xr-x 1 root root 15616 Sep 16 01:
|
133
|
-
-rw-r--r-- 1 root root 185 Sep 16 01:
|
134
|
-
-rw-r--r-- 1 root root 151 Sep 16 01:
|
135
|
-
-rwxr-xr-x 1 root root 15656 Sep 16 01:
|
127
|
+
drwxr-xr-x 2 root root 4096 Sep 16 01:49 .
|
128
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 16 01:41 ..
|
129
|
+
-rw-r--r-- 1 root root 1318 Sep 16 01:49 test_add_@6a812a013615c16d.cpp
|
130
|
+
-rw-r--r-- 1 root root 246 Sep 16 01:49 test_add_@6a812a013615c16d.h
|
131
|
+
-rwxr-xr-x 1 root root 29968 Sep 16 01:49 test_add_@6a812a013615c16d.so
|
132
|
+
-rw-r--r-- 1 root root 121 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.cpp
|
133
|
+
-rw-r--r-- 1 root root 93 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.h
|
134
|
+
-rwxr-xr-x 1 root root 15616 Sep 16 01:49 test_other_fn_@75fdd928ab58a8e3.so
|
135
|
+
-rw-r--r-- 1 root root 185 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.cpp
|
136
|
+
-rw-r--r-- 1 root root 151 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.h
|
137
|
+
-rwxr-xr-x 1 root root 15656 Sep 16 01:41 test编译的函数_@3bf4501e0408a243.so
|
136
138
|
|
137
139
|
```
|
138
|
-
## 5. test_add_@
|
140
|
+
## 5. test_add_@6a812a013615c16d.cpp
|
139
141
|
```c++
|
140
|
-
#include "test_add_@
|
142
|
+
#include "test_add_@6a812a013615c16d.h"
|
141
143
|
extern "C" int64_t test_add (int64_t a, int64_t b)
|
142
144
|
{
|
143
145
|
if ((a > 1))
|
@@ -176,8 +178,9 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
176
178
|
std::cout<< u8"test_other_fn" << " "<< test_other_fn(a,b) << " "<< std::endl;
|
177
179
|
std::cout<< u8"test编译的函数" << " "<< function_74657374e7bc96e8af91e79a84e587bde695b0(a,b) << " "<< std::endl;
|
178
180
|
auto v = 0;
|
179
|
-
auto vv = true;
|
180
|
-
|
181
|
+
auto vv = true&&false||1;
|
182
|
+
std::cout<< u8"vv:" << " "<< vv << " "<< std::endl;
|
183
|
+
while (true)
|
181
184
|
{
|
182
185
|
std::cout << u8"请输入>>>"; std::cin >> v;
|
183
186
|
if ((v > 100))
|
@@ -195,7 +198,7 @@ extern "C" int64_t test_add (int64_t a, int64_t b)
|
|
195
198
|
}
|
196
199
|
|
197
200
|
```
|
198
|
-
## 6. test_add_@
|
201
|
+
## 6. test_add_@6a812a013615c16d.h
|
199
202
|
```c++
|
200
203
|
#include "test_other_fn_@75fdd928ab58a8e3.h"
|
201
204
|
#include "test编译的函数_@3bf4501e0408a243.h"
|
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
|