An RPN Calculator model written using Elixir
Find a file
Sven Van Caekenberghe a25ff4b9f8
All checks were successful
Elixir CI / Build and test (push) Successful in 1m42s
Add a note to the readme about the CI runner
2026-05-29 17:32:51 +02:00
.github/workflows Try docker.gitea.com/runner-images:ubuntu-24.04 2026-05-29 13:54:39 +00:00
lib fix drop bug 2026-04-01 17:49:30 +02:00
test fix drop clearing top of stack test 2026-04-02 10:58:25 +02:00
.formatter.exs mix new . --module RPNCalculator --app rpn_calculator_core 2025-10-16 15:17:44 +02:00
.gitignore mix new . --module RPNCalculator --app rpn_calculator_core 2025-10-16 15:17:44 +02:00
LICENSE Initial commit 2025-10-16 15:07:09 +02:00
mix.exs mix new . --module RPNCalculator --app rpn_calculator_core 2025-10-16 15:17:44 +02:00
README.md Add a note to the readme about the CI runner 2026-05-29 17:32:51 +02:00

rpn_calculator_core

An RPN Calculator model written using Elixir

Install elixir and try:

  • mix compile
  • mix test

The CI runner has been patched to run on Forgejo.