Commit graph

28 commits

Author SHA1 Message Date
Shunsuke Shibayama
765acceaf4 Add 3.8 mode 2022-10-30 00:40:07 +09:00
Shunsuke Shibayama
43bd74f3b4 Update python_util.rs 2022-10-22 20:56:16 +09:00
Shunsuke Shibayama
6fc382d46c Add argparse module 2022-10-22 17:58:20 +09:00
Shunsuke Shibayama
56386ab74d Add timeit module 2022-10-21 14:55:20 +09:00
Shunsuke Shibayama
ffd0816da8 Add copy module 2022-10-21 14:47:16 +09:00
Shunsuke Shibayama
b28c6bd118 Implement Record/TupleTypeSpec 2022-10-21 14:42:53 +09:00
Shunsuke Shibayama
1356ce399b Add string module 2022-10-21 11:24:23 +09:00
Shunsuke Shibayama
f99c788b85 Add datetime 2022-10-21 10:58:21 +09:00
Shunsuke Shibayama
e26a89c0b3 Fix codegen bug 2022-10-20 23:22:46 +09:00
Shunsuke Shibayama
48eb3c5920 Add zipfile module 2022-10-20 17:02:57 +09:00
Shunsuke Shibayama
3eb6393773 Support Python 3.8.10 2022-10-20 13:52:56 +09:00
Shunsuke Shibayama
7defa71c86 Add json module 2022-10-20 08:39:52 +09:00
Shunsuke Shibayama
6613fd85c2 Add tarfile module 2022-10-19 17:59:20 +09:00
Shunsuke Shibayama
87170f9bb3 Implement module compatibility checking 2022-10-19 17:21:37 +09:00
Shunsuke Shibayama
46b87e1ca3 Fix: variable to have VarInfo instead of Type 2022-10-18 00:25:47 +09:00
Shunsuke Shibayama
fe339a7dc7 Fix pyimport bug 2022-10-13 00:23:14 +09:00
Shunsuke Shibayama
8708c2e5d3 Fix a REPL booting bug 2022-10-01 13:42:01 +09:00
Shunsuke Shibayama
423206920a Add execution test 2022-10-01 01:11:31 +09:00
Shunsuke Shibayama
22cec7c6cc Deny pyenv 2022-09-29 20:46:11 +09:00
Shunsuke Shibayama
667b905e36 Changed String::from_utf8 to String::from_utf8_lossy 2022-08-17 23:19:16 +09:00
Félix Saparelli
7d3116f546
Apply trivial clippy fixes 2022-08-15 17:37:20 +12:00
Shunsuke Shibayama
fe8c7ff95a Fixed error when multiple Pythons are found 2022-08-14 01:45:01 +09:00
Shunsuke Shibayama
a7673ca8fb Merge branch 'main' of https://github.com/erg-lang/erg 2022-08-14 01:42:57 +09:00
Shunsuke Shibayama
ebc08ef391 Update python_util.rs 2022-08-14 01:41:55 +09:00
GreasySlug
49ae3d8e70 fix: use where instead of 'which' in windows 2022-08-13 17:47:27 +09:00
Shunsuke Shibayama
2bba7f741c Fix some warnings 2022-08-13 07:22:00 +09:00
Shunsuke Shibayama
6726d93f65 Do cargo fmt 2022-08-13 07:02:07 +09:00
Shunsuke Shibayama
f9d91aa38e Organize crates 2022-08-13 06:38:12 +09:00
Renamed from src/erg_common/python_util.rs (Browse further)