Home
last modified time | relevance | path

Searched refs:lexical (Results 1 – 25 of 79) sorted by relevance

1234

/external/python/cpython2/Doc/reference/
Dintroduction.rst12 than formal specifications for everything except syntax and lexical analysis.
96 The descriptions of lexical analysis and syntax use a modified BNF grammar
106 adhered to for the names defined in lexical and grammar rules in this document.)
121 single: lexical definitions
124 In lexical definitions (as the example above), two more conventions are used:
132 between the meaning of lexical and syntactic definitions: a lexical definition
134 definition operates on the stream of tokens generated by the lexical analysis.
135 All uses of BNF in the next chapter ("Lexical Analysis") are lexical
Dlexical_analysis.rst9 single: lexical analysis
14 *tokens*, generated by the *lexical analyzer*. This chapter describes how the
15 lexical analyzer breaks a file into tokens.
128 encoding is used for all lexical analysis, in particular to find the end of a
280 error is found by the lexical analyzer --- the indentation of ``return r`` does
317 Identifiers (also referred to as *names*) are described by the following lexical
421 String literals are described by the following lexical definitions:
632 Integer and long integer literals are described by the following lexical
669 Floating point literals are described by the following lexical definitions:
697 Imaginary literals are described by the following lexical definitions:
[all …]
/external/python/cpython3/Doc/reference/
Dintroduction.rst12 than formal specifications for everything except syntax and lexical analysis.
93 The descriptions of lexical analysis and syntax use a modified BNF grammar
103 adhered to for the names defined in lexical and grammar rules in this document.)
117 .. index:: lexical definitions, ASCII
119 In lexical definitions (as the example above), two more conventions are used:
127 between the meaning of lexical and syntactic definitions: a lexical definition
129 definition operates on the stream of tokens generated by the lexical analysis.
130 All uses of BNF in the next chapter ("Lexical Analysis") are lexical
Dlexical_analysis.rst8 .. index:: lexical analysis, parser, token
11 *tokens*, generated by the *lexical analyzer*. This chapter describes how the
12 lexical analyzer breaks a file into tokens.
102 encoding is used for all lexical analysis, including string literals, comments
243 error is found by the lexical analyzer --- the indentation of ``return r`` does
278 Identifiers (also referred to as *names*) are described by the following lexical
404 String literals are described by the following lexical definitions:
726 Integer literals are described by the following lexical definitions:
766 Floating point literals are described by the following lexical definitions:
798 Imaginary literals are described by the following lexical definitions:
[all …]
/external/python/cpython2/Doc/library/
Dshlex.rst1 :mod:`shlex` --- Simple lexical analysis
5 :synopsis: Simple lexical analysis for Unix shell-like languages.
19 The :class:`~shlex.shlex` class makes it easy to write lexical analyzers for
54 A :class:`~shlex.shlex` instance or subclass instance is a lexical analyzer
161 variables which either control lexical analysis or can be used for debugging:
232 string will be recognized as a lexical-level inclusion request similar to the
/external/clang/test/Index/
Dindex-decls.m67 …kind: objc-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:…
68 …: objc-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {{.*}} | lexical-container: [I:10:…
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
DASimpleClassWithMoreFormatting.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
DASimpleClassWithMoreFormatting_step1.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
DASimpleClassWithMoreFormatting_step2.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
DASimpleClassWithMoreFormatting_step3.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
DASimpleClassWithMoreFormatting_step4.java.txt5 * A class with some uncommon formatting, to check the lexical preservation
/external/python/cpython3/Doc/library/
Dshlex.rst1 :mod:`shlex` --- Simple lexical analysis
5 :synopsis: Simple lexical analysis for Unix shell-like languages.
16 The :class:`~shlex.shlex` class makes it easy to write lexical analyzers for
78 A :class:`~shlex.shlex` instance or subclass instance is a lexical analyzer
192 variables which either control lexical analysis or can be used for debugging:
267 string will be recognized as a lexical-level inclusion request similar to the
/external/clang/test/CodeGenObjC/
Dcatch-lexical-block.m10 // We should have 3 lexical blocks here at the moment, including one
/external/icu/icu4c/source/data/translit/
Dmy_my_FONIPA.txt10 # The following rules are lexical and heuristic: lexical in the sense
12 # post-lexical phonological processes, in particular voicing, to
Dmn_mn_Latn_BGN.txt143 # This rule is lexical and has not been implemented in this file.
/external/llvm/test/Transforms/LoopLoadElim/
Dbackward.ll3 ; Simple st->ld forwarding derived from a lexical backward dep.
Dforward.ll3 ; Simple st->ld forwarding derived from a lexical forward dep.
/external/antlr/antlr-3.4/runtime/ObjC/
DREADME1 ANTLR version 3 supports target language generation for the lexical
/external/googletest/googletest/docs/
DPumpManual.md122 … | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
130 | `[[ code ]]` | Meta lexical block. …
/external/llvm/test/DebugInfo/COFF/
Dtail-call-without-lexical-scopes.ll15 ; The bar function happens to have no lexical scopes, yet it has one instruction
/external/tagsoup/
DCHANGES44 Removed lexical handler calls to startCDATA/endCDATA from CDATA element handling
45 Added lexical handler calls to startCDATA/endCDATA from CDATA section handling
85 --lexical switch now outputs DOCTYPE if there is one
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt78 * added new functionality of testing lexical rules
/external/llvm/test/Transforms/AddDiscriminators/
Dno-discriminators.ll14 ; new lexical scope.
/external/llvm/docs/TableGen/
DLangRef.rst24 The lexical and syntax notation used here is intended to imitate
25 `Python's`_. In particular, for lexical definitions, the productions
/external/icu/icu4c/source/tools/toolutil/
Ducm.cpp128 UBool lexical) { in compareBytes() argument
140 if(lexical) { in compareBytes()

1234