A TDD example of how to convert Roman numbers into decimal values with Elixir. Mostly based on pattern matching. March 2019 by Wolfgang Stöcher and Andi Altendorfer at Mondigo
TODO: (feel free to contribute ;-)
See: Issues
git clone https://github.com/iboard/ex_roman.git
cd ex_roman
mix test --trace
If you plan to contribute, please fork the repo first, thus you can create pull-requests for your changes and additions.
To play with the code, just open the
test-file, fiddle around,
and run mix test
.