Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
HCrisp
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
add .travis.yml and Projectfile
master
rhysd
há 9 anos
ascendente
f2fd93beb5
cometimento
54c29a2fc0
3 ficheiros alterados
com
11 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+8
-0
.travis.yml
+1
-0
Projectfile
+2
-0
README.md
+ 8
- 0
.travis.yml
Ver ficheiro
@ -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
Ver ficheiro
@ -0,0 +1 @@
# No dependency
+ 2
- 0
README.md
Ver ficheiro
@ -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.
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar