Searched refs:Lexicon (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Plex/
H A D__init__.py13 direction of a Lexicon.
15 Lexicon For constructing a lexical definition
22 definitions for a Lexicon.
25 Lexicon.
30 creating a Lexicon.
34 from Lexicons import Lexicon, State namespace
H A DLexicons.py17 # debug_flags for Lexicon constructor
23 This class is used as part of a Plex.Lexicon specification to
38 class Lexicon(object): class in inherits:object
40 Lexicon(specification) builds a lexical analyser from the given
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DLexicon.py16 TEXT, IGNORE, State, Lexicon namespace
66 return Lexicon([
H A DScanning.py17 from Lexicon import any_string_prefix, make_lexicon, IDENT

Completed in 92 milliseconds