├── README.md ├── lib ├── calculator.php └── inferno.php └── tests ├── calculator_test.php └── inferno_test.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamierumbelow/inferno/HEAD/README.md -------------------------------------------------------------------------------- /lib/calculator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamierumbelow/inferno/HEAD/lib/calculator.php -------------------------------------------------------------------------------- /lib/inferno.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamierumbelow/inferno/HEAD/lib/inferno.php -------------------------------------------------------------------------------- /tests/calculator_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamierumbelow/inferno/HEAD/tests/calculator_test.php -------------------------------------------------------------------------------- /tests/inferno_test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamierumbelow/inferno/HEAD/tests/inferno_test.php --------------------------------------------------------------------------------