parse-number

2024-10-12

Number parsing library

Upstream URL

github.com/sharplispers/parse-number

Author

Matthew Danish <[email protected]>, Stelian Ionescu <[email protected]>

Maintainer

Sharp Lispers <[email protected]>

License

BSD 3-Clause
README
-*- Outline -*- PARSE-NUMBER is a library of functions which accept an arbitrary string and attempt to parse it, if possible into one of the standard Common Lisp number types without using the reader, or else signal an error of type INVALID-NUMBER * Functions PARSE-NUMBER (string &key start end radix) PARSE-REAL-NUMBER (string &key start end radix) PARSE-POSITIVE-REAL-NUMBER (string &key start end radix) * Error conditions INVALID-NUMBER (inherits PARSE-ERROR) ** Accessors INVALID-NUMBER-VALUE INVALID-NUMBER-REASON

Dependencies (0)

    Dependents (52)

    • GitHub
    • Quicklisp