- The most advanced versions of Soulver ever.
- Soulver CLI (for macOS)
- Soulver CLI (for Windows)
- Integrate Soulver's math engine into your Swift apps.
let result = calculator.calculate("45 is what % of 120")
Date Parsing (with SoulverCore)
- Quickly extract dates from strings and power a natural language date entry feature in your Swift app.
let date = "two weeks ago".dateValue
String Parsing (with SoulverCore)
- A declarative and type-safe approach to parsing data types from strings (an alternative to regex).
let duckCount = "There are 3 ducks in the pond".find(.number)