Skip to content

A Reverse Polish Notation calculator written in Elixir

Notifications You must be signed in to change notification settings

Marco-Pagani/rpn-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir RPN

A reverse polish notation calculator written in Elixir. This is program is designed to learn good practices in Elixir, including testing and documentation generated using the mix build tool

Installation

If available in Hex, the package can be installed by adding rpn to your list of dependencies in mix.exs:

def deps do
  [
    {:rpn, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rpn.

About

A Reverse Polish Notation calculator written in Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages