solve24
Solves 24® Game cards (https://www.24game.com/)
Usage
From the browser or Node (supports CommonJS, AMD, and globals):
> ;6 / 5 / 4 - 1
As a shell script:
$ npm install -g solve24
$ solve24 1 2 3 4 | head -n5
(1 + (2 + 3)) × 4
((1 + 2) + 3) × 4
(1 + 3) × (2 + 4)
(1 + (3 + 2)) × 4
((1 + 3) + 2) × 4