oomph:尝试使用一种可用的编程语言 源码
性的魅力 这是制造可用编程语言的另一种尝试。 git clone https://github.com/Akuli/oomph cd oomph python3 -m venv env . env/bin/activate pip install more_itertools black isort mypy pyflakes ./test python3 -m oomph tests/hello.oomph # compile and run hello world file 如果删除或重命名lib/文件,则可能需要运行make clean 。 提交前运行./lint 。 测试脚本将其参数传递给oomph。 尝试例如./test --valgrind 。 语言 编译为C,目标是高级但比Python快 查看tests示例文件以开始使用 有些事情是用语言本身实现的(请参阅stdl
文件列表
oomph:尝试使用一种可用的编程语言
(预估有个133文件)
builtins.oomph
3KB
mypy.ini
90B
.gitattributes
89B
lint
173B
io.c
2KB
subprocess.c
967B
numbers.c
2KB
misc.c
554B
string.c
4KB
ref.c
372B
暂无评论