Skip to content

Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX

License

Notifications You must be signed in to change notification settings

cristiandiazhermida/efene

 
 

Repository files navigation

efene BuildLink CoverageLink

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.fn

Test

The test suite is located under the test folder using the Common Test format.

To execute the suite run the following command from the root folder of the repository:

rebar3 ct

License

APL 2.0, see LICENSE file for details

About

Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 99.6%
  • Other 0.4%