- Use Soulver's natural language math engine in your Swift apps.
import SoulverCore
let calculator = Calculator(customization: .standard)
let result = calculator.calculate("45 is what % of 120")
SoulverCore is available as a closed-source xcframework for Apple platforms, and as a dynamic library on Windows & Linux.
Date Parsing (with SoulverCore)
- Quickly parse dates from strings in any common format, and power natural language date entry features in your Swift apps.
import SoulverCore
let date = "two weeks ago".dateValue
String Parsing (with SoulverCore)
- A new declarative and type-safe approach to parsing data points from strings (an alternative to regex).
import SoulverCore
let duckCount = "There are 3 ducks in the pond".find(.number)
- Soulver CLI (for macOS)
- Soulver CLI (for Windows)