이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
HCrisp
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
add .travis.yml and Projectfile
master
rhysd
9 년 전
부모
f2fd93beb5
커밋
54c29a2fc0
3개의 변경된 파일
과
11개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.travis.yml
+1
-0
Projectfile
+2
-0
README.md
+ 8
- 0
.travis.yml
파일 보기
@ -0,0 +1,8 @@
language
:
c
before_install
:
|
curl
http
:
//dist.crystal-lang.org/apt/setup.sh
|
sudo
bash
sudo
apt-get
-q
update
install
:
|
sudo
apt-get
install
crystal
script
:
- crystal
build
crisp.cr
+ 1
- 0
Projectfile
파일 보기
@ -0,0 +1 @@
# No dependency
+ 2
- 0
README.md
파일 보기
@ -1,6 +1,8 @@
Crisp
=====
[
![Build Status
](
https://travis-ci.org/rhysd/Crisp.svg
)](https://travis-ci.org/rhysd/Crisp)
Crisp is one of Lisp dialect which is based on [
mal
](
https://github.com/kanaka/mal
) and implemented with [
Crystal
](
https://github.com/manastech/crystal
).
This project is a toy box for my dynamic language ideas.
쓰기
미리보기
불러오는 중...
취소
저장