1 Star 1 Fork 0

evilbinary/duck-compiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
evilbinary 提交于 2020-07-12 20:18 . ref v1.1
#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
#;Copyright 2016-2080 evilbinary.
#;作者:evilbinary on 12/24/16.
#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
compiler=scheme
.PHONY: build
build:
@echo "build"
#make test target=begin
test %:
./scripts/run-test.sh tests/test-${target}.ss
test-basic:
./scripts/run-test.sh tests/test-basic.ss
test-all:
./scripts/run-tests.sh tests/test-all.ss
clean:
rm -rf build/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scheme
1
https://gitee.com/evilbinary/duck-compiler.git
[email protected]:evilbinary/duck-compiler.git
evilbinary
duck-compiler
duck-compiler
master

搜索帮助