https://github.com/overminddl1/idris-elixircg
Entirely Testing, don't use this currently
https://github.com/overminddl1/idris-elixircg
Last synced: 11 months ago
JSON representation
Entirely Testing, don't use this currently
- Host: GitHub
- URL: https://github.com/overminddl1/idris-elixircg
- Owner: OvermindDL1
- License: other
- Created: 2018-03-01T23:43:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T23:55:12.000Z (over 8 years ago)
- Last Synced: 2025-07-30T12:01:19.951Z (12 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Idris Elixir Code Generator
--------------------------
This is a code generator for Idris that outputs Elixir code.
Elixir output was chosen for ease of use of integrating with the Elixir ecosystem.
cabal build && ./dist/build/idris-elixircg/idris-elixircg ../hello_lib.idr --interface -o el && echo "---" && cat el.LDeclsDebug && echo "---" && cat el