Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/minimal-lexical/
DREADME.md1 minimal-lexical
4 …ersion of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to allow efficient ro…
6lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexical, I rec…
8lexical 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 …]
DCargo.toml6 documentation = "https://docs.rs/minimal-lexical"
10 name = "minimal-lexical"
12 repository = "https://github.com/Alexhuszagh/minimal-lexical"
DREADME.OpenSource3 "Name": "minimal-lexical",
8 "Upstream URL": "https://github.com/Alexhuszagh/minimal-lexical",
DBUILD.gn25 cargo_pkg_name = "minimal-lexical"
/third_party/rust/crates/minimal-lexical/fuzz/
DCargo.toml2 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"]
DREADME.md1 lexical-fuzz
/third_party/rust/crates/minimal-lexical/etc/correctness/
DCargo.toml2 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"]
DREADME.md5 … 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/
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
/third_party/typescript/tests/baselines/reference/
DemitCapturingThisInTupleDestructuring1.types7 …= 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"
DemitCapturingThisInTupleDestructuring2.errors.txt12 …= array1; // even though there is a compiler error, we should still emit lexical capture for "this…
DemitCapturingThisInTupleDestructuring1.symbols10 …= array; // even though there is a compiler error, we should still emit lexical capture for "this"
DprivateNamesUnique-3.types14 // share the same lexical scope
DemitCapturingThisInTupleDestructuring1.errors.txt8 …= array; // even though there is a compiler error, we should still emit lexical capture for "this"
DemitCapturingThisInTupleDestructuring2.types23 …= array1; // even though there is a compiler error, we should still emit lexical capture for "this…
DprivateNamesUnique-3.symbols12 // share the same lexical scope
DprivateNamesUnique-3.errors.txt12 // share the same lexical scope
/third_party/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/
Dquestion.md3 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…
Dfeature_request.md11 A clear and concise description of what the problem is. Ex. minimal-lexical does not parse standard…
21 - minimal-lexical version:
Dcustom.md15 - minimal-lexical version:
/third_party/rust/crates/minimal-lexical/.github/PULL_REQUEST_TEMPLATE/
Dbug_fix.md3 about: Fix a bug in minimal-lexical.
21 - minimal-lexical version:
Dcustom.md19 - minimal-lexical version:
/third_party/rust/crates/nom/
DCargo.toml33 std = ["alloc", "memchr/std", "minimal-lexical/std"]
37 [dependencies.minimal-lexical]
/third_party/python/Doc/library/
Dxml.sax.handler.rst15 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/
DDevelopment.md3 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