Home
last modified time | relevance | path

Searched +refs:empty +refs:top +refs:syntax +refs:literal +refs:instance (Results 1 – 25 of 6935) sorted by relevance

12345678910>>...278

/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dinstance.rkt11 empty-syntax-literals-instance
13 empty-syntax-literals-data-instance
14 empty-top-syntax-literal-instance
15 empty-instance-instance)
43 (define empty-syntax-literals-instance
45 get-syntax-literal!-id (lambda (pos) #f)
47 (void (instance-describe-variable! empty-syntax-literals-instance
48 get-syntax-literal!-id
57 (define empty-top-syntax-literal-instance
58 (make-instance 'top-syntax-literal #f 'constant
[all …]
H A Dtop.rkt11 "../eval/top-level-instance.rkt"
17 "instance.rkt"
18 "eager-instance.rkt"
21 "multi-top.rkt"
27 compile-top)
32 (compile-top p cctx
40 (define (compile-top p cctx
71 #:body-import-instances (list top-level-instance
72 empty-top-syntax-literal-instance
73 empty-instance-instance)
[all …]
H A Dmodule.rkt149 #:body-imports `([,get-syntax-literal!-id]
151 #:body-import-instances (list empty-syntax-literals-instance
152 empty-module-body-instance)
212 ;; `module->namespace` can have the same scopes as literal syntax
215 (and (not (syntax-literals-empty? syntax-literals))
224 empty-top-syntax-literal-instance
225 empty-syntax-literals-data-instance
226 empty-instance-instance)
240 (,get-syntax-literal!-id
249 ,(generate-lazy-syntax-literal-lookup root-ctx-pos))]
[all …]
H A Dheader.rkt16 syntax-literals-empty?
18 add-syntax-literal!
27 header-empty-syntax-literals?
92 (add-syntax-literal! sl e))
95 (define (syntax-literals-empty? sl)
101 ;; `get-syntax-literal!-id`
140 [(syntax-literals-empty? sl)
150 ;; instance-specific. As an exception, however, a bulk-binding
174 [(syntax-literals-empty? sl)
207 (define (header-empty-syntax-literals? h)
[all …]
H A Dform.rkt3 "../syntax/syntax.rkt"
22 "instance.rkt"
223 (syntax-literals-empty? syntax-literals)))
224 (add-syntax-literal! syntax-literals (unbox encoded-root-expand-ctx-box))))
333 (define top-level-bind-scope (root-expand-context-top-level-bind-scope
346 (compile-quote-syntax (remove-scope id top-level-bind-scope)
464 (lambda (mu*-or-instance)
466 [(instance? mu*-or-instance)
467 ;; An instance represents a boilerplate linklet. An instance
471 (values mu*-or-instance #f)]
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dinstance.rkt11 empty-syntax-literals-instance
13 empty-syntax-literals-data-instance
14 empty-top-syntax-literal-instance
15 empty-instance-instance)
43 (define empty-syntax-literals-instance
45 get-syntax-literal!-id (lambda (pos) #f)
47 (void (instance-describe-variable! empty-syntax-literals-instance
48 get-syntax-literal!-id
57 (define empty-top-syntax-literal-instance
58 (make-instance 'top-syntax-literal #f 'constant
[all …]
H A Dtop.rkt11 "../eval/top-level-instance.rkt"
17 "instance.rkt"
18 "eager-instance.rkt"
21 "multi-top.rkt"
27 compile-top)
32 (compile-top p cctx
40 (define (compile-top p cctx
71 #:body-import-instances (list top-level-instance
72 empty-top-syntax-literal-instance
73 empty-instance-instance)
[all …]
H A Dmodule.rkt149 #:body-imports `([,get-syntax-literal!-id]
151 #:body-import-instances (list empty-syntax-literals-instance
152 empty-module-body-instance)
212 ;; `module->namespace` can have the same scopes as literal syntax
215 (and (not (syntax-literals-empty? syntax-literals))
224 empty-top-syntax-literal-instance
225 empty-syntax-literals-data-instance
226 empty-instance-instance)
240 (,get-syntax-literal!-id
249 ,(generate-lazy-syntax-literal-lookup root-ctx-pos))]
[all …]
H A Dheader.rkt16 syntax-literals-empty?
18 add-syntax-literal!
27 header-empty-syntax-literals?
92 (add-syntax-literal! sl e))
95 (define (syntax-literals-empty? sl)
101 ;; `get-syntax-literal!-id`
140 [(syntax-literals-empty? sl)
150 ;; instance-specific. As an exception, however, a bulk-binding
174 [(syntax-literals-empty? sl)
207 (define (header-empty-syntax-literals? h)
[all …]
H A Dform.rkt3 "../syntax/syntax.rkt"
22 "instance.rkt"
223 (syntax-literals-empty? syntax-literals)))
224 (add-syntax-literal! syntax-literals (unbox encoded-root-expand-ctx-box))))
333 (define top-level-bind-scope (root-expand-context-top-level-bind-scope
346 (compile-quote-syntax (remove-scope id top-level-bind-scope)
464 (lambda (mu*-or-instance)
466 [(instance? mu*-or-instance)
467 ;; An instance represents a boilerplate linklet. An instance
471 (values mu*-or-instance #f)]
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dmodule.rkt50 (make-syntax-literal-data-instance-from-compiled-in-memory c)
57 empty-syntax-literals-instance/empty-namespace]
59 empty-syntax-literals-data-instance]))))
284 empty-syntax-literals-instance))
312 (unless (or (eq? syntax-literals-data-instance empty-syntax-literals-data-instance)
313 (eq? syntax-literals-data-instance empty-syntax-literals-instance/empty-namespace))
401 (define (make-syntax-literal-data-instance-from-compiled-in-memory cim)
402 (make-instance 'syntax-literal-data #f #f
406 (define empty-syntax-literals-instance/empty-namespace
407 (make-instance 'empty-stx/empty-ns #f 'constant
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dmodule.rkt50 (make-syntax-literal-data-instance-from-compiled-in-memory c)
57 empty-syntax-literals-instance/empty-namespace]
59 empty-syntax-literals-data-instance]))))
284 empty-syntax-literals-instance))
312 (unless (or (eq? syntax-literals-data-instance empty-syntax-literals-data-instance)
313 (eq? syntax-literals-data-instance empty-syntax-literals-instance/empty-namespace))
401 (define (make-syntax-literal-data-instance-from-compiled-in-memory cim)
402 (make-instance 'syntax-literal-data #f #f
406 (define empty-syntax-literals-instance/empty-namespace
407 (make-instance 'empty-stx/empty-ns #f 'constant
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/eopl/
H A Deopl.scrbl8 @(define-syntax-rule (def-rkt id)
14 @(define-syntax-rule (reprovide id ...)
53 lambda letrec define-syntax delay let let* let-syntax letrec-syntax
58 #%app #%datum #%top #%top-interaction
61 syntax-rules ...
116 creates an instance of the datatype; the constructor takes as many
138 must be an instance of the specified @racket[datatype-id] that is
151 the arguments must be either quoted literal tables or identifiers
152 that are defined (at the top level) to quoted literal tables.}
176 @defthing[empty empty?]{
[all …]
/dports/math/curv/curv-0.5/ideas/language/next/
H A D_Branded59 restricted to certain phrase types: a function literal, a module literal,
154 Should there be a distinct syntax for module literals?
180 {a=1} is a module, {a:1} is a record, {} is an empty module or record.
224 the documentation for a functor instance.
226 don't provide functor instance documentation if it doesn't make sense.
227 * It might make sense for a piecewise functor. The functor instance has
267 or a non-empty module literal.
291 be omitted if <api-expr> is a function literal or a non-empty module literal.
295 * As the top level expression in a *.curv file.
327 At the top level of a *.curv source file in a directory record:
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dnamespaces.scrbl14 @racket[eval-syntax].
22 @defproc[(make-empty-namespace) namespace?]{
39 Creates a new empty @tech{namespace} like @racket[make-empty-namespace],
58 @racket[namespace-anchor->empty-namespace] and
150 syntax or imported syntax, then @racket[failure-thunk] is called or
307 different declaration or same-@tech{phase} instance in
318 instance from the source namespace to the target namespace.
354 Changes the inspector for the instance of the module referenced by
415 @defproc[(namespace-syntax-introduce [stx syntax?]
417 syntax?]{
[all …]
H A Dstx-ops.scrbl140 @item{the empty list}
153 @racket[datum-intern-literal] would convert the
171 first element, and either the empty list, a syntax pair, or a syntax
258 via @racket[datum-intern-literal].
279 If @racket[srcloc] is not @racket[#f], a @racket-srcloc instance, or a
314 binding information for a syntax object. Start by creating an empty
331 @defproc[(datum-intern-literal [v any/c]) any/c]{
352 @racket[eq?], then it is possible that @racket[(datum-intern-literal
356 return @racket[_v2]. In other words, @racket[datum-intern-literal]
359 @racket[datum-intern-literal] may adopt a new representative.}
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/tools/editors/emacs/
H A DIDEAS.rst188 * It's not customizable enough for the complex syntax of
204 instance by comment strings
257 * But not for literal blocks
332 Compiling for syntax check
371 * TOC insertion should have an option to add empty lines
394 lower than the top level
488 * For instance as a bullet list
500 * `comment-use-syntax` should be set to nil locally
556 Copying literal blocks
573 Inhibit auto-fill in literal blocks
[all …]
/dports/www/validator/markup-validator-validator-1_3-release/share/templates/en_US/
H A Derror_messages.cfg66 original = "an entity end in a literal must terminate an entity referenced in the same literal"
161 This error is typical of a typo or error in the DOCTYPE declaration at the top
234 original = "%1 declaration not allowed in instance"
433 original = "empty end tag but no open elements"
690 the specified syntax for that type of attribute. For instance, the
1337 original = "empty result attribute specification"
1486 (top) element of your document will be. For example, if the top element
1526 original = "delimiter cannot be an empty string"
1535 original = "empty start-tag"
1548 original = "empty end-tag"
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/tools/wml/
H A DREADME116 classes that widget set classes. For instance, there
212 - Resources ordered by ancestor (top of tree first).
215 - Reasons ordered by ancestor (top of tree first),
250 <empty>
294 <empty>
318 <empty>
330 <empty>
352 <empty>
370 <empty>
389 <empty>
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-agda/
H A Dparser.y211 literal { TokLiteral $$ }
338 | literal { TokLiteral $1 }
355 -- The first token in a file decides the indentation of the top-level layout
356 -- block. Or not. It will if we allow the top-level module to be omitted.
391 Int : literal {% case $1 of {
550 -- Does not include instance arguments.
1197 | 'instance' ArgTypeSignatures {
1328 Syntax : 'syntax' Id HoleNames '=' SimpleIds {%
1860 TokLiteral{} -> "a literal"
1866 SymColon -> "part of declaration syntax"
[all …]
/dports/math/minizinc/libminizinc-2.5.5/docs/en/
H A Dspec.rst150 instance* (sometimes abbreviated to *instance*).
408 …; identifiers need not be declared before they are used. Items have the following top-level syntax:
1621 the length of the literal.
2029 This section describes the top-level program items.
2911 Aborts if the array is empty.
2923 Aborts if the set is empty.
3280 Returns the the empty string if the array is empty.
3301 namely :mzn:`{}`, the empty set.)
3322 - they abort if the array is empty:
3395 The option type value (:math:`\top`) is written
[all …]
/dports/lang/parrot/parrot-8.1.0/docs/pct/
H A Dgettingstarted.pod38 that Parrot is running. PASM's syntax is very primitive, which is a pain to
44 syntactic sugar on top of PASM. If you program Parrot natively, you
45 write in PIR. Other documents discuss PIR syntax, for instance
54 (S05, at L<http://dev.perl.org/perl6/doc/design/syn/S05.html>) for the syntax
72 representing literal values (such as 42, "Hello World", etc.) and C<PAST::Var>
73 which represents variables (for instance when writing C<my $var;> in Perl 6).
81 define the nodes for so-called opcode syntax trees. For this beginner's guide
104 For instance, if you want to create a language called C<Foo> in the directory
149 /README # an almost empty readme file
150 /STATUS # an almost empty status file
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-core-0.10.4/
H A Dchangelog.md61 - `{}` is literal (not a quantifier).
63 literal matchers.
111 * Regex: allow empty regexes and groups.
184 is still empty but will have content added by CSS).
448 because of the way the MonadPlus instance worked. Rewrote
477 + Fix empty line height, explicitly
481 + Fix borders on empty code lines
489 the top level in the JSON instances, falling back to
495 + We use `background-color` at the top level, falling back to
640 * Store literal binary-encoded representations of the Syntax
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-0.10.4/
H A Dchangelog.md61 - `{}` is literal (not a quantifier).
63 literal matchers.
111 * Regex: allow empty regexes and groups.
184 is still empty but will have content added by CSS).
448 because of the way the MonadPlus instance worked. Rewrote
477 + Fix empty line height, explicitly
481 + Fix borders on empty code lines
489 the top level in the JSON instances, falling back to
495 + We use `background-color` at the top level, falling back to
640 * Store literal binary-encoded representations of the Syntax
[all …]
/dports/misc/netron/node_modules/acorn/
H A DCHANGELOG.md13 Support `export * as ...` syntax.
39 Disallow trailing object literal commas when ecmaVersion is less than 5.
77 Support bigint syntax with `ecmaVersion` >= 11.
79 Support dynamic `import` syntax with `ecmaVersion` >= 11.
125 Ignore `"use strict"` when after an empty statement.
177 Forbid `new.target` in top-level arrow functions.
207 Treat function declarations at the top level of modules like let bindings.
225 Add `allowAwaitOutsideFunction` option for parsing top-level `await`.
341 Implement the [template literal revision proposal](https://github.com/tc39/proposal-template-litera…
423 Allow `"use strict"` to appear after other string literal expressions.
[all …]

12345678910>>...278