Skip to content

PARSE-NUMBER is a library of functions for parsing strings into one of the standard Common Lisp number types without using the reader.

Notifications You must be signed in to change notification settings

prototype2904/parse-number

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-*- 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

About

PARSE-NUMBER is a library of functions for parsing strings into one of the standard Common Lisp number types without using the reader.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 100.0%