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
- Host: GitHub
- URL: https://github.com/ecto/witch
- Owner: ecto
- Created: 2016-09-04T19:42:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T18:11:16.000Z (over 5 years ago)
- Last Synced: 2025-02-26T18:12:29.682Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://witchlang.com
- Size: 124 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```