parse-float

Public Domain

Parse floating point values in strings.

$ area51 add parse-floatCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(parse-float:some-function ...)