Soulver
Frameworks & other tools by the team that created Soulver

- The most advanced versions of Soulver ever.
- Soulver CLI (for macOS)
- Soulver CLI (for Windows)
- Integrate Soulver's math engine into your Swift apps.
letresult= 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.
letdate="two weeks ago".dateValue
String Parsing (with SoulverCore)
- A declarative and type-safe approach to parsing data types from strings (an alternative to regex).
letduckCount="There are 3 ducks in the pond".find(.number)
PinnedLoading
- SoulverCore
SoulverCore PublicA powerful Swift framework for evaluating natural language math expressions
- SoulverDateFromString
SoulverDateFromString PublicUse SoulverCore to add a natural language date input feature to your Mac or iOS app
- SoulverTextKit
SoulverTextKit PublicTurn your standard NSTextView or UITextView into a Soulver-like notepad calculator
- SoulverStringParsing
SoulverStringParsing PublicLearn about how SoulverCore can give Swift "better than regex" data parsing features (for many common tasks)
Repositories
Showing 10 of 11 repositories
- SoulverDateFromString Public
Use SoulverCore to add a natural language date input feature to your Mac or iOS app
soulverteam/SoulverDateFromString’s past year of commit activity - MarkdownPlusCalculator Public
Add an inline calculation feature to your markdown editor using SoulverCore
soulverteam/MarkdownPlusCalculator’s past year of commit activity - SoulverStringParsing Public
Learn about how SoulverCore can give Swift "better than regex" data parsing features (for many common tasks)
soulverteam/SoulverStringParsing’s past year of commit activity