Function Get-Number

Part of:

package cl-ppcre
( get-number < lexer > &key < radix > < max-length > < no-whitespace-p > )

Read and consume the number the lexer is currently looking at and
return it. Returns NIL if no number could be identified.
RADIX is used as in PARSE-INTEGER. If MAX-LENGTH is not NIL we'll read
at most the next MAX-LENGTH characters. If NO-WHITESPACE-P is not NIL
we don't tolerate whitespace in front of the number.