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

https://github.com/dont-rely-on-nulls/erlandono

A set of syntax extensions for Erlang
https://github.com/dont-rely-on-nulls/erlandono

Last synced: 3 months ago
JSON representation

A set of syntax extensions for Erlang

Awesome Lists containing this project

README

          

#+TITLE: Erlandono

#+html: built with nix

#+html: [Build] erlandono
#+html: [Release] Create Release

* About

This is a fork of [[https://github.com/rabbitmq/erlando][erlando]]; a library that adds extra syntax expressions for Erlang, such as /cut/, and /do-notation/,
improving Erlang's usability.

* Roadmap

** TODOs
- [X] Make it work with latest Erlang
- [X] Publish as a separate package
- [ ] Add CI that runs tests

* Instructions

For now, because the goal is just updating it and making available as a package, the functionality is the same as the
original version. Thus, you can check how to use the library [[https://github.com/rabbitmq/erlando/blob/master/README.md][here]].

# Test commands that should be included in CI later
# test_do:test() test_cut:test() test_import_as:test()

* License

(The MPL)

Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.

The Original Code is Erlando.

The Initial Developer of the Original Code is VMware, Inc.
Copyright (c) 2011-2013 VMware, Inc. All rights reserved.