Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efene/efene
Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
https://github.com/efene/efene
Last synced: 4 months ago
JSON representation
Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
- Host: GitHub
- URL: https://github.com/efene/efene
- Owner: efene
- License: other
- Fork: true (marianoguerra/efene)
- Created: 2015-03-30T00:23:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T14:05:48.000Z (over 5 years ago)
- Last Synced: 2024-10-28T23:36:18.258Z (4 months ago)
- Language: Erlang
- Homepage: http://efene.org
- Size: 5.28 MB
- Stars: 104
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
efene
=====Alternative syntax for the Erlang Programming Language focusing on simplicity,
ease of use and programmer UX.Visit `efene.org `_ for documentation and `quickstart `_
Build
-----::
rebar3 compile
Use
---For users we provide a `rebar3 plugin `_
if you are developing there's a simple escript to use efene while developing::rebar3 escriptize
./_build/default/bin/efene beam file.fn
./_build/default/bin/efene rawlex file.fn
./_build/default/bin/efene lex file.fn
./_build/default/bin/efene ast file.fn
./_build/default/bin/efene mod file.fn
./_build/default/bin/efene erl file.fn
./_build/default/bin/efene erlast file.fn
./_build/default/bin/efene pprint file.fnLicense
-------`APL 2.0 `_, see LICENSE file for details