compiler/zo-marshal: allow extflonum literals
This commit is contained in:
parent
35a762b556
commit
201a5f0e6f
|
@ -11,7 +11,8 @@
|
||||||
racket/function
|
racket/function
|
||||||
racket/pretty
|
racket/pretty
|
||||||
racket/path
|
racket/path
|
||||||
racket/set)
|
racket/set
|
||||||
|
racket/extflonum)
|
||||||
|
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[zo-marshal (compilation-top? . -> . bytes?)]
|
[zo-marshal (compilation-top? . -> . bytes?)]
|
||||||
|
@ -965,7 +966,8 @@
|
||||||
[(or (? path?) ; XXX Why not use CPT_PATH?
|
[(or (? path?) ; XXX Why not use CPT_PATH?
|
||||||
(? regexp?)
|
(? regexp?)
|
||||||
(? byte-regexp?)
|
(? byte-regexp?)
|
||||||
(? number?))
|
(? number?)
|
||||||
|
(? extflonum?))
|
||||||
(out-byte CPT_QUOTE out)
|
(out-byte CPT_QUOTE out)
|
||||||
(define s (open-output-bytes))
|
(define s (open-output-bytes))
|
||||||
(parameterize
|
(parameterize
|
||||||
|
|
Loading…
Reference in New Issue
Block a user