A simple RPN (reverse polish notation) Calculator with a command-line interface.
- Entrypoint in
bin/ - Library code in
lib/
Run application
dart runRun tests
dart testWrite unit tests in test/commands_test.dart for all commands found in
lib/commands.dart.