File tree Expand file tree Collapse file tree 2 files changed +151
-283
lines changed Expand file tree Collapse file tree 2 files changed +151
-283
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ CircleCI] ( https://circleci.com/gh/curvelogic/eucalypt-hs.svg?style=svg&circle-token=97ae77777028be6a88a53b23b78d5c858a49ef33 )] ( https://circleci.com/gh/curvelogic/eucalypt-hs )
4
4
5
- This is a prototype Haskell implementation of the Eucalypt language
6
- for generating, templating, rendering and processing structured data
5
+ This is a Haskell implementation of the
6
+ [ eucalypt] ( https://curvelogic.github.io/eucalypt/ ) language for
7
+ generating, templating, rendering and processing structured data
7
8
formats like YAML and JSON.
8
9
9
10
You need stack (` brew install haskell-stack ` ...)
@@ -20,10 +21,3 @@ To build and install the `eu` binary:
20
21
```
21
22
stack install
22
23
```
23
-
24
- ** Health warning**
25
-
26
- This implementation is currently a very crude substitutional
27
- interpreter for experimenting with the shape of the Eucalypt language.
28
- It has many shortcuts and shortcomings. It's not complete, nor
29
- necessarily even ready for casual use.
You can’t perform that action at this time.
0 commit comments