/dports/lang/racket/racket-8.3/share/pkgs/2d-lib/lang/ |
H A D | reader.rkt | 3 (only-in "../private/readtable.rkt" make-2d-readtable)) 11 (parameterize ([current-readtable (make-2d-readtable)]) 15 (make-meta-reader
|
/dports/lang/racket/racket-8.3/share/pkgs/at-exp-lib/at-exp/lang/ |
H A D | reader.rkt | 3 (only-in scribble/reader make-at-readtable)) 11 (parameterize ([current-readtable (make-at-readtable #:datum-readtable 'dynamic 12 #:command-readtable 'dynamic)]) 16 (make-meta-reader
|
/dports/lang/racket/racket-8.3/share/pkgs/scribble-doc/scribblings/scribble/ |
H A D | reader-internals.scrbl | 22 or use the @racket[at-exp] meta-language as described in 46 function to switch the current readtable to a readtable that parses 199 @racketblock[(make-at-readtable #:command-readtable 'dynamic 224 [#:readtable readtable readtable? (current-readtable)] 226 [#:command-readtable command-readtable (or/c readtable? 'dynamic) readtable] 227 [#:datum-readtable datum-readtable 230 (readtable? . -> . readtable?) 243 @item{@racket[readtable] --- a readtable to base the @"@"-readtable 260 @item{@racket[datum-readtable] --- the readtable used for 265 @item{a readtable --- uses the given readtable} [all …]
|
/dports/lang/racket/racket-8.3/src/ChezScheme/rktboot/ |
H A D | make-boot.rkt | 13 "r6rs-readtable.rkt" 14 "scheme-readtable.rkt" 118 (load/cd (build-path nano-dir "nanopass/meta-syntax-dispatch.ss")) 119 (load/cd (build-path nano-dir "nanopass/meta-parser.ss")) 129 [current-readtable r6rs-readtable]) 146 (namespace-require `(for-meta 2 ,r6rs-lang-mod) ns) 147 (namespace-require `(for-meta 2 ,scheme-lang-mod) ns) 174 [current-readtable scheme-readtable]
|
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/rktboot/ |
H A D | make-boot.rkt | 13 "r6rs-readtable.rkt" 14 "scheme-readtable.rkt" 118 (load/cd (build-path nano-dir "nanopass/meta-syntax-dispatch.ss")) 119 (load/cd (build-path nano-dir "nanopass/meta-parser.ss")) 129 [current-readtable r6rs-readtable]) 146 (namespace-require `(for-meta 2 ,r6rs-lang-mod) ns) 147 (namespace-require `(for-meta 2 ,scheme-lang-mod) ns) 174 [current-readtable scheme-readtable]
|
/dports/lang/gambit-c/gambit-4.9.3/doc/ |
H A D | gambit.txi | 11806 @code{readtable:} @var{readtable} 13826 > @b{(readtable? (current-readtable))} 13834 @deffn procedure readtable-case-conversion? @var{readtable} 13886 @deffn procedure readtable-keywords-allowed? @var{readtable} 13933 @deffn procedure readtable-sharing-allowed? @var{readtable} 14092 @deffn procedure readtable-eval-allowed? @var{readtable} 14130 @var{readtable}. 14180 @deffn procedure readtable-max-write-level @var{readtable} 14219 @deffn procedure readtable-max-write-length @var{readtable} 14257 @deffn procedure readtable-max-unescaped-char @var{readtable} [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/syntax/scribblings/ |
H A D | module-reader.scrbl | 28 @racket[make-meta-reader]. It provides all of the bindings of 146 Using a @tech[#:doc refman]{readtable}, you can implement 326 [mod (parameterize ([current-readtable 327 (make-at-readtable)]) 357 (parameterize ([current-readtable 358 (make-at-readtable)]) 364 @racket[make-meta-reader] implements a more tightly controlled 370 @defproc[(make-meta-reader [self-sym symbol?] 425 @"@"-expression support to the current readtable before chaining to 428 The procedures generated by @racket[make-meta-reader] are not meant [all …]
|
/dports/databases/pgloader3/postmodern-20210124-git/doc/ |
H A D | cl-postgres.org | 67 ** method connection-meta (database-connection) 169 Does not remove the query from the meta slot in connection. 262 variable *sql-readtable* 272 ** function copy-sql-readtable (table) 276 → readtable 278 Copies a given readtable. 280 ** function default-sql-readtable () 284 → readtable 286 Returns the default readtable, containing only the readers defined by 294 Define a new reader for a given type. table defaults to *sql-readtable*.
|
H A D | index.org | 689 (setf cl-postgres:*sql-readtable* 690 (cl-postgres:copy-sql-readtable 691 simple-date-cl-postgres-glue:*simple-date-sql-readtable*)) 725 (setf cl-postgres:*sql-readtable* 726 (cl-postgres:copy-sql-readtable 727 cl-postgres::*default-sql-readtable*)) 784 Implementations that do not have meta-object protocol support will not have
|
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/ |
H A D | tread.tst | 660 ;; -33 illegale readtable 661 (progn (setq *readtable* t) (read-from-string "123")) 664 (progn (setq *readtable* (copy-readtable nil)) t) 1128 (multiple-value-list (read-from-string "#\\control-meta-a"))) 1131 (let ((*read-suppress* t)) (read-from-string "#\\control-meta-\\a")) 1164 (let ((*read-suppress* t)) (read-from-string "#\\control-meta-tab")) 1176 (let ((*read-suppress* t)) (read-from-string "#\\meta->")) 2155 (setq *readtable* (copy-readtable nil)
|
/dports/editors/xvile/vile-9.8v/filters/ |
H A D | lisp.key | 17 char-meta-bit 251 copy-readtable 561 readtable-case 1014 *readtable*
|
/dports/editors/vile/vile-9.8v/filters/ |
H A D | lisp.key | 17 char-meta-bit 251 copy-readtable 561 readtable-case 1014 *readtable*
|
/dports/databases/pgloader3/postmodern-20210124-git/ |
H A D | README.md | 521 (setf cl-postgres:*sql-readtable* 522 (cl-postgres:copy-sql-readtable 523 simple-date-cl-postgres-glue:*simple-date-sql-readtable*)) 537 (setf cl-postgres:*sql-readtable* 538 (cl-postgres:copy-sql-readtable 539 cl-postgres::*default-sql-readtable*)) 565 …he implementation that you normally use. Implementations that do not have meta-object protocol sup…
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | lisp.vim | 127 syn keyword lispFunc array-total-size handler-bind readtable 128 syn keyword lispFunc array-total-size-limit handler-case readtable-case 222 syn keyword lispFunc char-meta-bit logorc1 software-type 270 syn keyword lispFunc copy-readtable mapcar string-right-trim 464 " readtable-case values 498 syn keyword lispVar *default-pathname-defaults* *print-length* *readtable*
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | lisp.vim | 127 syn keyword lispFunc array-total-size handler-bind readtable 128 syn keyword lispFunc array-total-size-limit handler-case readtable-case 222 syn keyword lispFunc char-meta-bit logorc1 software-type 270 syn keyword lispFunc copy-readtable mapcar string-right-trim 464 " readtable-case values 498 syn keyword lispVar *default-pathname-defaults* *print-length* *readtable*
|
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/ |
H A D | reader.scrbl | 18 through a @seclink["readtables"]{readtable} and various other 20 using the default readtable. 57 @section[#:tag "default-readtable-dispatch"]{Delimiters and Dispatch} 216 See the start of @secref["default-readtable-dispatch"] for information 252 meta-meta-variable in the grammar. The resulting number is @tech{interned} in 1021 @guideintro["s-exp"]{the @racketmodname[s-exp] meta-language} 1023 The @racket[s-exp] ``language'' is a kind of meta-language. It 1052 @guideintro["hash-lang reader"]{the @racketmodname[reader] meta-language} 1054 The @racket[reader] ``language'' is a kind of meta-language. It 1058 the @racketmodname[reader] meta-language generalizes the syntax of the
|
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/guide/ |
H A D | hash-languages.scrbl | 92 @racketmodname[s-exp], in that it acts as a kind of meta-language. 139 to extend Racket syntax---perhaps through a @tech{readtable}---instead 183 @secref["readtable"]) to build a language that is like 202 So far, we have used the @racketmodname[reader] meta-language to
|
/dports/lang/racket/racket-8.3/doc/scribble/ |
H A D | blueboxes.rktd | 2 …readtable)) q (64112 . 15)) ((c def c (c (? . 0) q make-element)) c (? . 21)) ((c def c (c (? . 0)… 1557 meta-color : style? 2085 (make-at-readtable [#:readtable readtable 2087 #:command-readtable command-readtable 2088 #:datum-readtable datum-readtable 2090 -> readtable? 2091 readtable : readtable? = (current-readtable) 2093 command-readtable : (or/c readtable? 'dynamic) = readtable 2094 datum-readtable : (or/c readtable? = #t 2096 (readtable? . -> . readtable?) [all …]
|
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 66 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 67 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/r/ |
H A D | racket.go | 66 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 67 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 62 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 63 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 62 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 63 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 66 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 67 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 66 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 67 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/r/ |
H A D | racket.go | 66 …meta`, `for-syntax`, `for-template`, `for/and`, `for/async`, `for/first`, `for/fold`, `for/fold/de… 67 …readtable`, `current-seconds`, `current-security-guard`, `current-subprocess-custodian-mode`, `cur…
|