An open API service indexing awesome lists of open source software.

https://github.com/ecto/witch

:sparkles: a spooky little language
https://github.com/ecto/witch

Last synced: over 1 year ago
JSON representation

:sparkles: a spooky little language

Awesome Lists containing this project

README

          

![](http://witchlang.com/logo.png)

# experimental

```
git clone git@github.com:ecto/witch.git
cd witch
npm link
witch ./examples/0-function.w
llc out.bc
clang -o out out.s
./out
```