DDMathParser
Math expression parser
A parser for math expressions written in Swift.
String → Number
856 stars
31 watching
154 forks
Language: Swift
last commit: 5 months ago
Linked from 1 awesome list
math-expressionsswift
Related projects:
Repository | Description | Stars |
---|---|---|
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
xorcerer/zexpression | A math expression parser and evaluator with support for variables and functions in multiple programming languages. | 10 |
dlang-community/libdparse | A parser for D source code | 115 |
jduff/numerizer | A gem to parse numbers in natural language from strings. | 36 |
rob-bie/expr | An Elixir library for parsing and evaluating mathematical expressions. | 12 |
codeplea/tinyexpr | A tiny recursive descent expression parser and evaluation engine for math expressions. | 1,600 |
dmy/elm-pratt-parser | A parser library for top-down operator precedence parsing in Elm. | 26 |
nicklockwood/expression | A Swift framework for evaluating mathematical expressions at runtime on multiple platforms | 830 |
elgs/jsonql | A JSON query expression library in Golang. | 276 |
jscparker/math_packages | A collection of math routines in Ada. | 25 |
dalmatinerdb/mmath | Provides functions to perform mathematical operations on numerical arrays in binaries. | 4 |
davecom/swiftgraph | A pure Swift implementation of a graph data structure with algorithms and utility functions | 757 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
kingzez/easy-math.js | A TypeScript-based math utility for basic arithmetic operations | 7 |