Searched refs:lexical (Results 1 – 25 of 107) sorted by relevance
12345
/third_party/rust/crates/minimal-lexical/ |
D | README.md | 1 minimal-lexical 4 …ersion of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to allow efficient ro… 6 …lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexical, I rec… 8 …lexical is designed for fast compile times and small binaries sizes, at the expense of a minor amo… 12 … all-in-one number conversion routines, see [rust-lexical](https://github.com/Alexhuszagh/rust-lex… 31 minimal-lexical = "0.2" 47 // be handled by minimal-lexical, since we accept iterators 63 …b.com/Alexhuszagh/minimal-lexical/blob/master/examples/simple.rs) for a simple, annotated example … 67 …gorithms minimal-lexical uses, please see [lexical-core#string-to-float](https://github.com/Alexhu… 71 minimal-lexical is tested on a wide variety of platforms, including big and small-endian systems, t… [all …]
|
D | Cargo.toml | 6 documentation = "https://docs.rs/minimal-lexical" 10 name = "minimal-lexical" 12 repository = "https://github.com/Alexhuszagh/minimal-lexical"
|
D | README.OpenSource | 3 "Name": "minimal-lexical", 8 "Upstream URL": "https://github.com/Alexhuszagh/minimal-lexical",
|
D | BUILD.gn | 25 cargo_pkg_name = "minimal-lexical"
|
/third_party/rust/crates/minimal-lexical/fuzz/ |
D | Cargo.toml | 2 name = "minimal-lexical-fuzz" 11 [dependencies.minimal-lexical] 21 std = ["minimal-lexical/std"] 22 compact = ["minimal-lexical/compact"] 23 alloc = ["minimal-lexical/alloc"] 24 nightly = ["minimal-lexical/nightly"]
|
D | README.md | 1 lexical-fuzz
|
/third_party/rust/crates/minimal-lexical/etc/correctness/ |
D | Cargo.toml | 2 name = "minimal-lexical-correctness" 8 [dependencies.minimal-lexical] 24 std = ["minimal-lexical/std"] 25 compact = ["minimal-lexical/compact"] 26 alloc = ["minimal-lexical/alloc"] 27 nightly = ["minimal-lexical/nightly"]
|
D | README.md | 5 … under an MIT license. These files have been modified to compile and use lexical's atof routines, … 7 …e, Version 2.0 or the MIT license. These files have been modified to use lexical's atof routines, …
|
/third_party/python/Doc/reference/ |
D | introduction.rst | 12 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
|
/third_party/typescript/tests/baselines/reference/ |
D | emitCapturingThisInTupleDestructuring1.types | 7 …= array; // even though there is a compiler error, we should still emit lexical capture for "this… 9 …= array; // even though there is a compiler error, we should still emit lexical capture for "this… 12 …= array; // even though there is a compiler error, we should still emit lexical capture for "this"
|
D | emitCapturingThisInTupleDestructuring2.errors.txt | 12 …= array1; // even though there is a compiler error, we should still emit lexical capture for "this…
|
D | emitCapturingThisInTupleDestructuring1.symbols | 10 …= array; // even though there is a compiler error, we should still emit lexical capture for "this"
|
D | privateNamesUnique-3.types | 14 // share the same lexical scope
|
D | emitCapturingThisInTupleDestructuring1.errors.txt | 8 …= array; // even though there is a compiler error, we should still emit lexical capture for "this"
|
D | emitCapturingThisInTupleDestructuring2.types | 23 …= array1; // even though there is a compiler error, we should still emit lexical capture for "this…
|
D | privateNamesUnique-3.symbols | 12 // share the same lexical scope
|
D | privateNamesUnique-3.errors.txt | 12 // share the same lexical scope
|
/third_party/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/ |
D | question.md | 3 about: Have a question how to use minimal-lexical? 11 A clear and concise description of what the question is. Ex. how do I use minimal-lexical without a…
|
D | feature_request.md | 11 A clear and concise description of what the problem is. Ex. minimal-lexical does not parse standard… 21 - minimal-lexical version:
|
D | custom.md | 15 - minimal-lexical version:
|
/third_party/rust/crates/minimal-lexical/.github/PULL_REQUEST_TEMPLATE/ |
D | bug_fix.md | 3 about: Fix a bug in minimal-lexical. 21 - minimal-lexical version:
|
D | custom.md | 19 - minimal-lexical version:
|
/third_party/rust/crates/nom/ |
D | Cargo.toml | 33 std = ["alloc", "memchr/std", "minimal-lexical/std"] 37 [dependencies.minimal-lexical]
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 15 error handlers, entity resolvers and lexical handlers. Applications normally 122 | value: ``"http://xml.org/sax/properties/lexical-handler"`` 124 | description: An optional extension handler for lexical events like 427 Optional SAX2 handler for lexical events. 429 This handler is used to obtain lexical information about an XML 433 The lexical handlers are used in the same manner as content handlers. 437 ``'http://xml.org/sax/properties/lexical-handler'``.
|
/third_party/rust/crates/minimal-lexical/docs/ |
D | Development.md | 3 In order to build and test lexical, only a Rust toolchain (1.31+) is required. However, for reasons… 22 In order to fully test and develop lexical, a recent, nightly compiler along with following Rust de…
|
12345