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

https://github.com/whiletruu/powerhack-lang

Lang building playground
https://github.com/whiletruu/powerhack-lang

elm programming-language

Last synced: 5 months ago
JSON representation

Lang building playground

Awesome Lists containing this project

README

          

# Powerhack

With great responsibility comes great power.

## What is this?

At this point it's a compiler learning playground kind of thing for a language
I've called Powerhack.

## Some commands that do things

make build

./build/powerhack-lang examples/fib.powerhack --output out.js

make test

npx elm-review --elmjson cli/elm.json

make integration-test

## TODO

- [ ] Compile modules one by one somehow to easily pass in source code to reports
- [ ] Make primitives somehow part of something so they aren't scattered around modules