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
- Host: GitHub
- URL: https://github.com/whiletruu/powerhack-lang
- Owner: WhileTruu
- License: bsd-3-clause
- Created: 2022-08-12T17:01:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T17:59:22.000Z (over 3 years ago)
- Last Synced: 2025-02-23T06:29:42.569Z (11 months ago)
- Topics: elm, programming-language
- Language: Elm
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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