https://github.com/slashdotdash/calculator
Attempt to define supported operations using `before_compile` macro
https://github.com/slashdotdash/calculator
Last synced: 8 months ago
JSON representation
Attempt to define supported operations using `before_compile` macro
- Host: GitHub
- URL: https://github.com/slashdotdash/calculator
- Owner: slashdotdash
- Created: 2018-09-04T12:24:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T10:49:01.000Z (over 7 years ago)
- Last Synced: 2025-02-13T17:48:59.813Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `calculator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:calculator, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/calculator](https://hexdocs.pm/calculator).