Home
last modified time | relevance | path

Searched +refs:fasl +refs:byte +refs:regexp +refs:type (Results 1 – 17 of 17) sorted by relevance

/dports/lang/racket/racket-8.3/collects/racket/
H A Dfasl.rkt84 (fasl-regexp-type 25)
85 (fasl-byte-pregexp-type 26)
86 (fasl-byte-regexp-type 27)
219 (write-byte fasl-eof-type o)]
357 [(regexp? v)
358 (write-byte (if (pregexp? v) fasl-pregexp-type fasl-regexp-type) o)
360 [(byte-regexp? v)
361 (write-byte (if (byte-pregexp? v) fasl-byte-pregexp-type fasl-byte-regexp-type) o)
477 [(fasl-regexp-type) (intern (regexp (read-fasl-string i)))]
478 [(fasl-byte-pregexp-type) (intern (byte-pregexp (read-fasl-bytes i)))]
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/
H A Dfasl.rkt84 (fasl-regexp-type 25)
85 (fasl-byte-pregexp-type 26)
86 (fasl-byte-regexp-type 27)
219 (write-byte fasl-eof-type o)]
357 [(regexp? v)
358 (write-byte (if (pregexp? v) fasl-pregexp-type fasl-regexp-type) o)
360 [(byte-regexp? v)
361 (write-byte (if (byte-pregexp? v) fasl-byte-pregexp-type fasl-byte-regexp-type) o)
477 [(fasl-regexp-type) (intern (regexp (read-fasl-string i)))]
478 [(fasl-byte-pregexp-type) (intern (byte-pregexp (read-fasl-bytes i)))]
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/c/
H A Dadjust-compress.rkt65 (define fasl-type-uncompressed 43)
66 (define fasl-type-gzip 44)
67 (define fasl-type-lz4 45)
99 [(regexp-try-match #"^\0\0\0\0chez" in)
103 (define s (regexp-try-match #rx"^[(][^)]*[)]" in))
121 [(eqv? compression fasl-type-uncompressed)
128 [(eqv? compression fasl-type-gzip)
133 [(eqv? compression fasl-type-lz4)
145 (write-byte fasl-type-uncompressed out)
166 [(eq? compress-format 'gzip) fasl-type-gzip]
[all …]
H A Dembed-boot.rkt48 ;; A 127 byte teriminates a fasl-read sequence
74 ;; Racket's "user-defined" type for boot:
111 (define m (regexp-match-positions from i))
122 (define m (regexp-match-positions #rx"BooT FilE OffsetS:" i))
/dports/lang/racket/racket-8.3/src/cs/c/
H A Dadjust-compress.rkt65 (define fasl-type-uncompressed 43)
66 (define fasl-type-gzip 44)
67 (define fasl-type-lz4 45)
99 [(regexp-try-match #"^\0\0\0\0chez" in)
103 (define s (regexp-try-match #rx"^[(][^)]*[)]" in))
121 [(eqv? compression fasl-type-uncompressed)
128 [(eqv? compression fasl-type-gzip)
133 [(eqv? compression fasl-type-lz4)
145 (write-byte fasl-type-uncompressed out)
166 [(eq? compress-format 'gzip) fasl-type-gzip]
[all …]
H A Dembed-boot.rkt48 ;; A 127 byte teriminates a fasl-read sequence
74 ;; Racket's "user-defined" type for boot:
111 (define m (regexp-match-positions from i))
122 (define m (regexp-match-positions #rx"BooT FilE OffsetS:" i))
/dports/lang/racket/racket-8.3/share/pkgs/zo-lib/compiler/
H A Dzo-parse.rkt9 racket/fasl
161 (regexp-match? #rx"^struct" (symbol->string shape)))
173 (regexp-match? #rx"^prop" (symbol->string shape)))
182 (for/list ([s (regexp-split #rx":" (symbol->string shape))])
236 (define (cport-get-byte cp pos)
239 (read-byte port))
259 [5 byte-string]
542 [(byte-string)
818 (unless (eof-object? (read-byte port))
823 (define s (fasl->s-exp port))
[all …]
H A Dzo-marshal.rkt16 racket/fasl
158 (s-exp->fasl (hash-remove top 'vm) outp)]
497 (define (type->index type)
498 (case type
502 [else (error 'type->index "unknown type: ~e" type)]))
505 (with-type-trace v
579 [else (+ 2 (type->index type))])
597 (when type
598 (out-number (type->index type) out))]
808 [(or (? regexp?)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dserialization.scrbl2 @(require "mz.rkt" racket/serialize (for-label racket/serialize racket/fasl))
36 @racket[write] or @racket[s-exp->fasl], later read from a stream using
37 @racket[read] or @racket[fasl->s-exp], and then converted to a value
59 specific convention), @tech{regexp values}, @|void-const|, and the empty list;}
99 @history[#:changed "6.5.0.4" @elem{Added keywords and regexp values as serializable.}
135 quoted @tech{module path}, a byte string (to be converted
239 @item{a byte string, representing an immutable byte
274 @racket[cdr] is either a byte string or character
279 @racket[cdr] is a byte string; it represents a
661 (λ (type)
[all …]
/dports/lang/racket/racket-8.3/src/cs/
H A Dlinklet.sls86 read-byte
122 (regexp)
248 (define (fasl-write* s o)
258 (define (fasl-write-code* s quoteds o)
375 (define-record-type wrapped-code
450 (define-record-type linklet
507 [else (fasl-> info)])])
1035 (define-record-type (instance new-instance instance?)
1040 (define-record-type data-with-describes
1226 (make-parameter (machine-type) (lambda (v)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/
H A Dlinklet.sls86 read-byte
122 (regexp)
248 (define (fasl-write* s o)
258 (define (fasl-write-code* s quoteds o)
375 (define-record-type wrapped-code
450 (define-record-type linklet
507 [else (fasl-> info)])])
1035 (define-record-type (instance new-instance instance?)
1040 (define-record-type data-with-describes
1226 (make-parameter (machine-type) (lambda (v)
[all …]
/dports/lang/racket/racket-8.3/doc/reference/
H A Dblueboxes.rktd2516 (byte-regexp? v) -> boolean?
2534 (byte-regexp bstr) -> byte-regexp?
2554   pattern : (or/c regexpbyte-regexp?)
2566   pattern : (or/c string? bytes? regexpbyte-regexp?)
2584   pattern : (or/c string? bytes? regexpbyte-regexp?)
2600   pattern : (or/c string? bytes? regexpbyte-regexp?)
2619   pattern : (or/c string? bytes? regexpbyte-regexp?)
2636   pattern : (or/c string? bytes? regexpbyte-regexp?)
2649   pattern : (or/c string? bytes? regexpbyte-regexp?)
2657   pattern : (or/c string? bytes? regexpbyte-regexp?)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc492 "(byte-regexp"
18119 "(define-values(fasl-regexp-type) 25)"
18120 "(define-values(fasl-byte-pregexp-type) 26)"
18121 "(define-values(fasl-byte-regexp-type) 27)"
19086 " fasl-regexp-type)"
19092 "(if(byte-regexp?"
19099 " fasl-byte-pregexp-type"
19100 " fasl-byte-regexp-type)"
19543 "(intern_0(regexp(read-fasl-string i_0))))"
19551 "(byte-regexp(read-fasl-bytes i_0))))"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc492 "(byte-regexp"
18119 "(define-values(fasl-regexp-type) 25)"
18120 "(define-values(fasl-byte-pregexp-type) 26)"
18121 "(define-values(fasl-byte-regexp-type) 27)"
19086 " fasl-regexp-type)"
19092 "(if(byte-regexp?"
19099 " fasl-byte-pregexp-type"
19100 " fasl-byte-regexp-type)"
19543 "(intern_0(regexp(read-fasl-string i_0))))"
19551 "(byte-regexp(read-fasl-bytes i_0))))"
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Druntime.pkg1078 xstring-byte-ref
2762 fasl-file?
2790 condition-type:fasl-file-bad-data
2791 condition-type:fasl-file-compiled-mismatch
2792 condition-type:fasl-file-too-big
5336 ((load) "regexp")
5340 char-set->regexp
5355 regexp-group
5365 compiled-regexp?
5366 compiled-regexp/byte-stream
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A DChangeLog3353 (stream-read-byte-no-hang, stream-read-byte-sequence)
3354 (stream-write-byte, stream-write-byte-sequence): Ditto.
6042 pass :return-type 'boolean to regexp-exec
7853 (pari-sign-byte, pari-type-byte, pari-length-byte)
7854 (pari-exponent-byte, pari-valuation-byte, pari-precision-byte)
17256 * compiler.lisp (set-output-stream-fasl): extract from compile-file
46262 between byte and char i/o, check the sequence element type too
52863 byte after byte.
53301 Use read-byte-lookahead instead of sys::listen-byte.
56003 (stream-read-byte-sequence, stream-write-byte)
[all …]
/dports/math/reduce/Reduce-svn5758-src/generic/emacs/
H A Dreduce-ide.texinfo207 byte-compiled, and the compiled file @file{reduce-mode.elc} should be
816 @code{reduce-auto-indent-regexp}.
1016 type declarations, strings, %-comments
1052 @item font-lock-type-face
1053 type declaration keywords
1332 them are highlighted. To customize REDUCE Show Delim mode, type
1549 @item reduce-auto-indent-regexp
2045 @deffn Command reduce-fasl-file
2047 fast-loading (``fasl'') file, for which it prompts for the name with
2097 @itemx reduce-fasl-file
[all …]