文件名称:CnPython:尝试在C中实现python函数,以便于阅读
文件大小:66KB
文件格式:ZIP
更新时间:2024-04-14 07:42:44
C
CnPython的
在C中实现大多数python内置函数,使其更易于阅读。
编译
gcc filename.c cnpython.c -o filename -lm
或者
make test
或者
gcc filename.c -o filename.o
如果您仅使用库的一个模块
模板代码
#include
【文件预览】:
CnPython-main
----cnpython()
--------print.h(4KB)
--------arrays.h(3KB)
--------cnpython.c(15KB)
--------math.h(2KB)
--------strings.h(4KB)
--------Makefile(115B)
--------cnpython.h(4KB)
--------template.c(155B)
----.github()
--------FUNDING.yml(555B)
----testing()
--------print()
--------open()
--------int()
--------bin()
--------ord()
--------input()
--------count()
--------type()
--------startswith()
--------chr()
--------replace()
--------help()
--------len()
--------join()
--------hex()
--------find()
--------sum()
--------islower()
--------reversed()
--------capitalize()
--------split()
--------endswith()
--------append()
--------str()
--------pow()
--------read_file()
--------oct()
--------range()
----main-tests.c(1KB)
----CnPython.png(34KB)
----LICENSE.md(1KB)
----.gitignore(4B)
----README.md(2KB)
----.vscode()
--------settings.json(60B)